Closed arterialist closed 1 year ago
This might happen if you installed both of @tonconnect/sdk
and @tonconnect/ui
(or @tonconnect/ui-react
) at the same time. It might lead to libraries versions conflicts. To solve the issue
@tonconnect/sdk
from the package.json and leave only @tonconnect/ui
(or @tonconnect/ui-react
).If you need @tonconnect/sdk
functionality in your app, you can import all sdk entities directly from @tonconnect/ui
**Describe the bug*** When having both @tonconnect/sdk and @tonconnect/ui[-react] in package.json, this exception is thrown if the user doesn't visit the dapp for a couple of days.
Steps to reproduce
Expected behavior It's expected for Ton Connect to work properly without throwing such exception