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

React 17 Support #117

Open ZeroCho opened 3 years ago

ZeroCho commented 3 years ago

Could you add React 17 as peerDependencies? As React 17 has no difference from React 16, just adding react@17 to package.json will be enough.

annakopp commented 2 years ago

is there an eta on this?

edeere commented 2 years ago

Also curious on when this will be addressed.

sebinbenjamin commented 2 years ago

I've published from a fork (https://github.com/sebinbenjamin/filestack-react-18 ), a version that supports react-18. Could be used while this is addressed. The testing library versioning is messed up, had to remove it.

npm install filestack-react-18 should do the trick for now, if you just want to try it out for demos.

KayakinKoder commented 1 year ago

We switched to UploadCare because of Filestack's inability to make even quarterly updates to this react component. Last I checked, react is pretty popular....strange to see Filestack hasn't made it even a minor priority

Rajdeepc commented 1 year ago

@sebinbenjamin I tried to work with filestack-react-18 in nextjs with React 18. This package is not yet compatible. Its looking for React inside the package.

Screenshot 2023-01-06 at 5 34 42 PM