We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8684d commit f6ea050Copy full SHA for f6ea050
package.json
@@ -8,7 +8,7 @@
8
"ipfs-css": "^0.13.1",
9
"react": "^16.8.0",
10
"react-dom": "^16.8.0",
11
- "react-scripts": "3.0.1",
+ "react-scripts": "3.1.1",
12
"tachyons": "^4.11.1"
13
},
14
"scripts": {
src/hooks/use-ipfs-factory.js
@@ -29,7 +29,7 @@ export default function useIpfsFactory ({ commands }) {
29
setIpfsReady(false)
30
}
31
32
- }, [])
+ })
33
34
async function startIpfs () {
35
if (ipfs) {
0 commit comments