Hello. I use uppy+companion server and want to access box files. I use the uppy/box as it is documented. I use uppy v2 and box 2.1. But I get
Error in mounted hook: “TypeError: this.plugin.uppy.registerRequestClient is not a function”
I load it with:
this.uppy.use(Box, {
target: Dashboard,
companionUrl: window.COMPANION_URL,
});
all other storages (dropbox/gdrive/onedrive) works correctly. Only box cannot be loaded.