Am using uppy.io for multipart file uploads to S3. It says it supports redux out of box. Am trying that but it is not updating state in redux.
My code is
const ReduxStore = require('@uppy/store-redux') const uppy = Uppy({ store: ReduxStore({ store: store, id: 'videoUpload' }) }) .use(AwsS3Multipart, { limit: 4, companionUrl: null, ....... })
Any help or suggestion is appreciated.
1.4m articles
1.4m replys
5 comments
57.0k users