Nextjs Grouped Layouts issue
Unanswered
Spectacled Caiman posted this in #help-forum
Spectacled CaimanOP
For some reason when I have grouped routes and I navigate to a different page within that route group or reload my page I see all other layouts.tsx but when I click on the screen the proper one shows and the rest goes away and I get a hydration error. What should I do?
The code is the same as any nextjs component expected different components being imported into them.
The code is the same as any nextjs component expected different components being imported into them.
1 Reply
Spectacled CaimanOP
For some odd reason because I have multiple layout.tsx I get this error:
NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.