Skip to content

Commit a2653d0

Browse files
authored
fix(v1-route-convention): allow sibling pathless layout routes (#20)
1 parent 335a73b commit a2653d0

File tree

19 files changed

+139
-7
lines changed

19 files changed

+139
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@remix-run/v1-route-convention": patch
3+
---
4+
5+
Allow sibling pathless layout routes (from https://github.com/remix-run/remix/pull/4421)

packages/v1-route-convention/__tests__/fixtures/blog-collision/routes/blog/__nested.tsx

Whitespace-only changes.

packages/v1-route-convention/__tests__/fixtures/blog-collision/routes/blog/__nested/new.tsx

Whitespace-only changes.

packages/v1-route-convention/__tests__/fixtures/blog-collision/routes/blog/index.tsx

Whitespace-only changes.

packages/v1-route-convention/__tests__/fixtures/blog-collision/routes/index.tsx

Whitespace-only changes.

packages/v1-route-convention/__tests__/fixtures/route-collisions/root.tsx

Whitespace-only changes.

packages/v1-route-convention/__tests__/fixtures/route-collisions/routes/__a.tsx

Whitespace-only changes.

packages/v1-route-convention/__tests__/fixtures/route-collisions/routes/__a/a.tsx

Whitespace-only changes.

packages/v1-route-convention/__tests__/fixtures/route-collisions/routes/__a/index.tsx

Whitespace-only changes.

packages/v1-route-convention/__tests__/fixtures/route-collisions/routes/__b.tsx

Whitespace-only changes.

0 commit comments

Comments
 (0)