-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Uncaught (in promise) Error: Filestack Picker Initialize Error in Console After Upload #113
Comments
Hey man, Do you solved this issue? If yes, what did you do? |
No, sorry about that. I ended up using a completely different library. |
Could you please re-open this issue to avoid duplicate issues? |
@a-martins I can't reproduce this bug, please send yours sample code. |
I have the same issue but on render. Here's my code:
I've tried any sort of modifications in here and nothing worked. |
Ok, just got it... ><. My component is wrapped in a HOC, that HOC calls a So those two libs together raise that error in the console. At least that's the issue for me. |
It seems we render the component before it properly initializes.
|
I'm using Filestack in my react app (17.0.2) and whenever I press upload on the picker I get this error in the console. The upload is working correctly and I'm getting the right result back from the onSuccess prop but I don't know if this error is caused by my app.
The text was updated successfully, but these errors were encountered: