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

PickerDropPane renders twice in NextJS 14+ unless react strict mode is disabled #144

Open oneillsp96 opened 3 months ago

oneillsp96 commented 3 months ago

repro:

simply add: <PickerDropPane apikey={process.env['NEXT_PUBLIC_FILESTACK_API_KEY'] />

to a client component, and see the picker rendered twice. In next.config.js, setting reactStrictMode: false fixes it. image