Replies: 1 comment 5 replies
-
|
Hi, Do you use any component library? Looks like your BasicLayout does? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I am in the process of Upgrading my NextJS project to 13. I've fixed a lot of the hydration errors, I've been stuck with this one for a while and the errors shown by stack trace isn't really helpful. The error that you are seeing from the screenshot I think is being thrown by the underlying Antd library component and I do not have control over it.
You can see there is no

sectiontag used in the codebase, I've changed them all to divs because of the errorAdditional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions