sarink / react-file-drop

React component for Gmail or Facebook -like drag and drop file uploader
https://www.sarink.net
176 stars 54 forks source link

React 18: the children prop now needs to be listed explicitly #95

Closed jasonharrison closed 2 years ago

jasonharrison commented 2 years ago

As of React 18, the children prop now needs to be listed explicitly when defining props. See the React 18 Upgrade Guide and https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210

sarink commented 2 years ago

Thanks!