Regarding version ^13 structure (app/)
Ive “/” and “/blog”'s route loading different layouts. Both of them are marked with “use client” by using useState/Effect.
At the “/blog” route, we have some links that redirects back for “/” or other routes, like “/contact”. None of these links are working, according the following callback from react
NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
It’s hard a little bit to figure out once the line (or origin) is not specified by debugger.
Let me know if I missing on information
Any ideas on how to resolve or at least trace the origin of this issue?