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
Adding TonConnectUIProvider in Next.js app within dev build causes Warning: Extra attributes from the server: ontouchstart,style.
Warning: Extra attributes from the server: ontouchstart,style
Adding TonConnectUIProvider should not cause any hydration warnings
Adding TonConnectUIProvider causes hydration warnings
TonConnectUIProvider
body
npm run dev
MacOS 15.0 (24A335)
Safari Version 18.0 (20619.1.26.31.6) or Chrome Version 129.0.6668.59 (Official Build) (arm64)
"@tonconnect/ui-react": "^2.0.9", "next": "14.2.15", "react": "^18", "react-dom": "^18"
This issue is not visible for production build.
The text was updated successfully, but these errors were encountered:
thekiba
No branches or pull requests
Describe the bug
Adding TonConnectUIProvider in Next.js app within dev build causes
Warning: Extra attributes from the server: ontouchstart,style
.Expected behavior
Adding TonConnectUIProvider should not cause any hydration warnings
Current behavior
Adding TonConnectUIProvider causes hydration warnings
Steps to Reproduce
TonConnectUIProvider
to your Next.js project withinbody
tag as separate client componentnpm run dev
Environment
MacOS 15.0 (24A335)
Safari Version 18.0 (20619.1.26.31.6)
or
Chrome Version 129.0.6668.59 (Official Build) (arm64)
"@tonconnect/ui-react": "^2.0.9",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18"
Additional context
This issue is not visible for production build.
The text was updated successfully, but these errors were encountered: