Skip to content

Commit

Permalink
Update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Apr 21, 2023
1 parent 8a64e5d commit a41fd13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .changeset/stale-spoons-tie.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
"@remix-run/dev": patch
---

Avoid collisions between pathless layout routes and their nested index routes
- Fix route ranking bug with pathless layout route next to a sibling index route
- Under the hood this is done by removing the trailing slash from all generated `path` values since the number of slash-delimited segments counts towards route ranking so the trailing slash incorrectly increases the score for routes

- Support sibling pathless layout routes by removing pathless layout routes from the unique route path checks in conventional route generation since they inherently trigger duplicate paths

0 comments on commit a41fd13

Please sign in to comment.