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

PickerClose: Picker is already closed #77

Closed IanVS closed 3 years ago

IanVS commented 4 years ago

I'm rendering a filestack button inside a modal, and I notice that whenever I close the modal, even if I haven't opened up the filestack picker, I get a console warning of PickerClose: Picker is already closed. Is there a way to avoid this?

smdowl commented 4 years ago

I also have this happening. I get it when I use:

componentDisplayMode={{
  type: 'button',
}}

package works like a charm otherwise though :+1:

Oh, and I'm using React Router not a modal and experience the same issue.