Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: file upload error in http client (#1033)
- Update ipfs-redux-bundle to ensure latest ipfs-http-client is used with fix for ipfs-inactive/js-ipfs-http-client#967 `let files = await filesOrPromise` was leaving the FileList empty where it was a FileList rather than a promise of a FileList. No idea why yet, but this fixes it for now. License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
- Loading branch information