filestack / filestack-react

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.
https://www.filestack.com
MIT License
164 stars 40 forks source link

Incorrect Static CSS File #107

Open robert-stevens opened 3 years ago

robert-stevens commented 3 years ago

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

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.