react-widget
react-widget copied to clipboard
Uploadcare React Widget
### Question Handling multiple files with the widget in react The onchange method provides the fielGroup info which had a cdn for home files. How do I get each files...
Currently, what's returned when uploading multiple files isn't actually a [fileInfo object](https://uploadcare.com/docs/rest-api/accessing-files/#properties). Instead, what's returned is a truncated object sort of based on what would be returned for single file...
### Using the Widget throws an invalid hook call error. There are two errors that appear in the console: ``` Uncaught Error: Invalid hook call. Hooks can only be called...