We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 at the css file of the live demo you have and it's:
https://static.filestackapi.com/picker/1.4.2/main.css
While mine is still using:
https://static.filestackapi.com/picker/1.19.1/main.css
I had a look in "filestack-js/src/config.ts" and I see that PICKER_VERSION is set to 1.19.1.
Note that I also updated my react version from 16.13.1 to 17.0.1 and I am using yarn.
What could be causing this? Please let me know if you need more information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 at the css file of the live demo you have and it's:
https://static.filestackapi.com/picker/1.4.2/main.css
While mine is still using:
https://static.filestackapi.com/picker/1.19.1/main.css
I had a look in "filestack-js/src/config.ts" and I see that PICKER_VERSION is set to 1.19.1.
Note that I also updated my react version from 16.13.1 to 17.0.1 and I am using yarn.
What could be causing this? Please let me know if you need more information.
The text was updated successfully, but these errors were encountered: