The issue I'm facing involves a full page load when navigating between two root layout pages
In my Next.js application (NextJS 14), I have created two root layouts. However, when moving from the first layout to the second layout, it triggers a complete page reload, preventing me from utilizing React context.
For more information on multiple root layouts, you can refer to the documentation here:
I am seeking solutions to resolve this issue. Any advice would be greatly appreciated.