Skip to content

Commit 06b8235

Browse files
fix(remix): resolve hydration error by wrapping app in layout
The root App component was missing the Layout wrapper, causing a mismatch between the server-rendered and client-rendered HTML. This resulted in a React hydration error. This change wraps the Outlet in the Layout component to ensure the base HTML structure is consistent, resolving the hydration failure.
1 parent fdb131b commit 06b8235

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)