We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run nextjs demo in local and got 3 errors in browser:
// error 1 Unhandled Runtime Error TypeError: Cannot read properties of null (reading 'useState') // error 2 Unhandled Runtime Error TypeError: Cannot read properties of null (reading 'useState') // error 3 Unhandled Runtime Error Error: There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering.
browser: Chrome pnpm version: 7.14.2 cmd:
pnpm install pnpm turbo run build pnpm turbo run dev
The text was updated successfully, but these errors were encountered:
I was having the same issue! It is fixed with #46
Please try again, and close it if it's still not working
Sorry, something went wrong.
Yep! just published a new version with the fix https://github.com/aptos-labs/aptos-wallet-adapter/releases/tag/%40aptos-labs%2Fwallet-adapter-react%400.2.2
thanks all, it works!
gregnazario
0xmaayan
No branches or pull requests
description
Run nextjs demo in local and got 3 errors in browser:
reproduce
browser: Chrome
pnpm version: 7.14.2
cmd:
The text was updated successfully, but these errors were encountered: