Why would a Loading component be causing a hydration issue?
Unanswered
Spectacled bear posted this in #help-forum
Spectacled bearOP
Anytime I create a Loading component, then wrap server component in Suspense, I get a hydration error. Am I missing something here?
2 Replies
@Spectacled bear Anytime I create a Loading component, then wrap server component in Suspense, I get a hydration error. Am I missing something here?
it shouldn't. your code probably has some html element organisation issues falling into one of these categories: https://nextjs.org/docs/messages/react-hydration-error#common-causes
Spectacled bearOP
thank you!