-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
No longer run smoothly at Next.js 13 + React.js 18 (Typescript) #217
Comments
I solved this problem by using I think it happens if there is a difference between the initial rendering result of client-side and the server-side rendering result. |
@mashwishi have you found any better workaround for this? |
No, I posted my temp solution |
I found answer on stack overflow. here Make component server component.
|
@nikhil647 I have tried this but for tablet devices it's detecting as desktop. |
Device user-agent
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.82
Device/Browser type/name
Windows 11 Pro 64Bit - Microsoft Edge
Code
Issue:
The text was updated successfully, but these errors were encountered: