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
After switching from "@suiet/wallet-kit": "^0.1.26" to "@suiet/wallet-kit": "^0.2.4" I didn't have any problems locally. But after deploying the react js application to the server, the application broke with such an error.
The text was updated successfully, but these errors were encountered:
Even if I remove all imports of methods and WalletProvider. And just leave the installed package @suiet/wallet-kit. I get this error after deploying my dapp.
@gavrushoves I confirm that it's because of the mysten ts sdk which requires bigint compatible bundling. Just search for the appropriate bundling configs for your dapp
After switching from "@suiet/wallet-kit": "^0.1.26" to "@suiet/wallet-kit": "^0.2.4" I didn't have any problems locally. But after deploying the react js application to the server, the application broke with such an error.
The text was updated successfully, but these errors were encountered: