filestack-react
filestack-react copied to clipboard
Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Hi, I was trying to use filestack-react in typescript, but it didn't suppose @typescript. Can anyone resolve this issue?
Cannot import ReactFilestack component in .tsx file `version 3.2.1`
As far as I know, there are 2 ways to cancel an ongoing upload 1. cancel from the visible modal 2. if using `client.upload`, then use the `token` param But,...
Could you add React 17 as peerDependencies? As React 17 has no difference from React 16, just adding react@17 to package.json will be enough.
 What I am trying to do is display a picker overlay on a button click. Once the Overlay appears and a user mistakenly closes it, there is no option...
I want to set the filename in the picker before uploading it to filestack. Recommended way is to use onFileSelected method like mentioned here https://filestack.github.io/filestack-js/interfaces/pickeroptions.html#onfileselected. Currently onFileSelected seems not to...
I'm using Filestack in my react app (17.0.2) and whenever I press upload on the picker I get this error in the console. The upload is working correctly and I'm...
lib version: 4.0.0 When trying to upload by URL the error appears. In Chrome: ` Uncaught TypeError: Cannot read properties of undefined (reading 'split') at picker.js:1:185032 at Uo.resizeImage (picker.js:1:186284) at...
I am having problems installing this package. What can I do here?