filestack-react icon indicating copy to clipboard operation
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.

Results 35 filestack-react issues
Sort by recently updated
recently updated
newest added

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. ![Screenshot 2021-01-12 at 14 37 35](https://user-images.githubusercontent.com/32265535/104317338-7eb5ff80-54e6-11eb-8c18-7e8c0023bb94.png) 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...

enhancement

Hey, The latest release (3.0.0) of filestack-react introduces a new bug in IE11: ![image](https://user-images.githubusercontent.com/7127784/58862210-73ff7b80-86b0-11e9-9c1b-8281c1a75f19.png) The page crashes and becomes white because of the component. Killian

bug

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

dependencies

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

dependencies