react-file-drop
react-file-drop copied to clipboard
React component for Gmail or Facebook -like drag and drop file uploader
Using react-scripts 5.0.0 to bundle a JavaScript project and getting the following error: ``` WARNING in ./node_modules/react-file-drop/FileDrop.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/node_modules/src/FileDrop.tsx' file: Error:...
When the `FileDrop` component has many children, dragging a file between the children causes it to rapidly flash between having the `file-drop-dragging-over-target` class, and not having that class. When CSS...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
It would be great if this made use of `DataTransferItem.getAsFileSystemHandle()` from the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) as a progressive enhancement as per my [write-up](https://web.dev/patterns/files/drag-and-drop-files/#progressive-enhancement). This way, dropped files could be...
For SSR apps I would see a console warning about the frame prop being null, but according to TS types `frame` can undefined and for SSR it's expected to be...