You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wrapping uppy in a React Component. The component itself allows you to declare the features you would like to use. I therefore initialize a new uppy instance within each component instance.
Would this be an issue? i.e Is there expected to be only 1 global uppy instance?
Is there any sort of teardown / disposal method I should be aware of.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for your interest. I’m currently trying to do the same — wrap Uppy in a React component, that can be easily embedded in an app. Uppy should work fine with multiple separate instances, there is no built-in teardown method. Please let me know how this works out for you and share your code, we might adopt it. Or send as a PR.
goto-bus-stop
added a commit
to goto-bus-stop/transloadit-uppy
that referenced
this issue
May 2, 2017
I am wrapping uppy in a React Component. The component itself allows you to declare the features you would like to use. I therefore initialize a new uppy instance within each component instance.
Would this be an issue? i.e Is there expected to be only 1 global uppy instance?
Is there any sort of teardown / disposal method I should be aware of.
The text was updated successfully, but these errors were encountered: