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 tried bumping up filestack-react from 3.1.0 to 4.0.0, the buttons (reset, save, etc.) for PickerOverlay displays incorrectly, e.g.  I had a look...
Trying to add `tags` option to the actionOptions results in the `Invalid Picker Params` error. ``` 711 | constructor(client: Client, options?: PickerOptions) { 712 | const validateRes = getValidator(PickerParamsSchema)(options); 713...
I ran into a few bumps following the [contributing](https://github.com/filestack/filestack-react/blob/master/CONTRIBUTING.md) guide. I'll submit a pull request with my ideas.
We're using rmwc components with material UI. This doesn't work as expected because of your `tagMap`: ```jsx import { Button } from 'rmwc' ``` As the ReactFilestack component only renders...
Hey, The latest release (3.0.0) of filestack-react introduces a new bug in IE11:  The page crashes and becomes white because of the component. Killian
For #101
Due to the referenced line the action options are cloned in the component constructor and sent to the picker. This means that if they are changed after mounting then the...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Hello. Im not sure if this is the right place to ask but I can't find how to solve this problem. I'm trying to set the output format in "webp"...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...