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
I am using Rainbowkit + Nextjs (typescript). There is a problem that keeps occurring. After some hot-reloading of the page, an error keeps occurring
index.es.js:99 Uncaught (in promise) TypeError: this.provider.disconnect is not a function
After reloading when this error occurs, the page shows that you are not connected to the internet (which there is no need for, I am developing locally).
I have tried reinstalling all modules. But it did not work.
Any idea what the reason is?
The text was updated successfully, but these errors were encountered:
I am using Rainbowkit + Nextjs (typescript). There is a problem that keeps occurring. After some hot-reloading of the page, an error keeps occurring
index.es.js:99 Uncaught (in promise) TypeError: this.provider.disconnect is not a function
After reloading when this error occurs, the page shows that you are not connected to the internet (which there is no need for, I am developing locally).
I have tried reinstalling all modules. But it did not work.
Any idea what the reason is?
The text was updated successfully, but these errors were encountered: