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
Because of https://github.com/tableflip/ipfs-postmsg-proxy package, if I'm trying to add an object using the provided window.ipfs instance ex: ipfs.object.put({a:1}, (err, result) => console.log(err, result)) it will always fail with error:
Uncaught TypeError: _ipldDagPb.DAGNode.isDAGNode is not a function.
The text was updated successfully, but these errors were encountered:
Because of https://github.com/tableflip/ipfs-postmsg-proxy package, if I'm trying to add an object using the provided
window.ipfs
instance ex:ipfs.object.put({a:1}, (err, result) => console.log(err, result))
it will always fail with error:Uncaught TypeError: _ipldDagPb.DAGNode.isDAGNode is not a function
.The text was updated successfully, but these errors were encountered: