StanislavSava

Results 15 comments of StanislavSava

This usually happens when you use the QR code in a modal and that modal rerenders between logins. Can you check if you have any mount/unmount/mount behaviour?

The thing is that dapp-core now supports 2 build systems: ESM and CJS, for testing purposes, as JEST does not have support for ESM. The problem you're having is that...

This error usually indicates a circular dependency. Can you check if you have any dependencies in your app?

I'm not sure I understand. Whos template? Why doesn't it work? You mean importing dapp-core into an app using plain js, no Typescript?