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
temporal solution is to make sure that the provider is on "use client" and to add suppressHydrationWarning to the html tag <html lang="en" suppressHydrationWarning>
temporal solution is to make sure that the provider is on "use client" and to add suppressHydrationWarning to the html tag <html lang="en" suppressHydrationWarning>
That’s what I did, thank you. I was hoping for a better solution or fix than simply suppressing the warning, but this approach does work anyway.
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: