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

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.5. Release notes Sourced from @​babel/traverse's releases. v7.23.5 (2023-11-29) :eyeglasses: Spec Compliance babel-plugin-proposal-decorators #16138 Class binding is in TDZ during decorators initialization (@​nicolo-ribaudo) babel-helpers, babel-plugin-proposal-decorators...

dependencies

It looks like this module only supports React 16, but we're on v18 now. Can we expect React 18 support soon?

I have a very simple use case I need. I am a paid customer. When ever we upload files, we set tags with some metadata, like the user id for...

Hi, is there a way to import just the specific component needed? for example, instead of: ` import { PickerInline } from 'filestack-react';` we would do ` import { PickerInline...

repro: simply add: `` to a client component, and see the picker rendered twice. In next.config.js, setting reactStrictMode: false fixes it. ![image](https://github.com/filestack/filestack-react/assets/7624535/99477553-11d1-493e-a163-e055fefdf5f4)