Skip to content

Conversation

@ealmloff
Copy link
Member

The child router was rendering the first layer of routes directly without going through the outlet component which caused the outlet component to create it's own context and causes the first layout to be duplicated. This PR fixes the issue by rendering through the Outlet like the regular router component does

Fixes #4986

@ealmloff ealmloff added bug Something isn't working router Related to the router implementation labels Nov 19, 2025
@ealmloff ealmloff marked this pull request as ready for review November 19, 2025 15:27
@ealmloff ealmloff requested a review from a team as a code owner November 19, 2025 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working router Related to the router implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple layouts and multiple Routes cause unexpected behavior

1 participant