Christian Lacdael

Results 2 issues of Christian Lacdael

A fresh react install with minimal code, but I cannot create a db. stepping through the error it shows that io.write in ipfs-access-controller.js is undefined. io.read is defined, but io.write...

example/src/index.js was added to a freshly created reactjs app, resulting in the following: "Invalid hook call. Hooks can only be called inside of the body of a function component" https://reactjs.org/docs/error-decoder.html/?invariant=321...