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
{{ message }}
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
It was mocked with localStorage because custom-react-scripts@0.2.2 that we use in our apps implements old uglify version which can't compile the newest js-ipfs-api.
So we either need to get rid of the custom-react-scripts and work with the newest create-react-app directly or we need to downgrade js-ipfs-api if it has some older but properly transpiled version.
I started to transpile packages by myself, but it turned out that there is a hell of a lot of them and it's not worth it.