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
<Dashboard uppy={uppy} width="100%" plugins={['XHRUpload']} /> If I remove the plugins prop from the Dashboard component, this error does not occur and XHR Upload seems to function correctly. But this does not conform to the documentation.
The text was updated successfully, but these errors were encountered:
It is not properly documented but plugins in the React setup is only for UI plugins that need to mount into the Dashboard. You don't need to do that for upload plugins. We are working on a new docs website so things will be clearer.
Uppy React version: 2.2.0
When trying to use the XHRUpload plugin with Uppy react I am given a plugin.mount is not a function error.
Here is my integration
<Dashboard uppy={uppy} width="100%" plugins={['XHRUpload']} />
If I remove the plugins prop from the Dashboard component, this error does not occur and XHR Upload seems to function correctly. But this does not conform to the documentation.The text was updated successfully, but these errors were encountered: