MCPcopy Create free account
hub / github.com/react-dropzone/react-dropzone / getAcceptedFiles

Function getAcceptedFiles

src/index.spec.js:2587–2588  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

2585 );
2586
2587 const getAcceptedFiles = (node) =>
2588 node.querySelectorAll(`[data-type="accepted"]`);
2589 const getRejectedFiles = (node) =>
2590 node.querySelectorAll(`[data-type="rejected"]`);
2591 const getRejectedFilesErrors = (node) =>

Callers 1

index.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…