-
Notifications
You must be signed in to change notification settings - Fork 582
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
Unhandled Runtime Error - #36
Comments
Here is the call stack throwOnHydrationMismatch |
Hi, @Kazedaa I was also facing this issue specifically in recent projects section. I got rid of this runtime error by using dynamic imports to import the Recent Projects section. Hope this helps. |
@AayushGupta69 Hey thank you very much! yes that worked |
Here's what I did with your suggestion in
|
I understand that the the issue is caused due to a div being wrapping in an tag but I cant find it I also tried adding "suppressHydrationWarning={true}" into the divs in ./components/ui/3DPin/PinPerspective ...but to no avail
Please Help
Thanks
The text was updated successfully, but these errors were encountered: