Hello, I recently I have this error TypeError: PubsubRouter is not a constructor
which the ipfs.create
was working perfectly. So I don’t know what happened?
const ipfs:any = await IPFS.create({repo: 'ok' + Math.random()}).then((res:any)=>{
console.log("!",res);
}).catch((e:any)=>{console.log("E!",e);
})
Thank you in advance