react-widget icon indicating copy to clipboard operation
react-widget copied to clipboard

Uploadcare React Widget

Results 23 react-widget issues
Sort by recently updated
recently updated
newest added

### 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...

question

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...

bug