You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ Using an optional splat `($).tsx` can cause issues with error boundaries bubblin
233
233
234
234
> **Note:** This migration tool is designed for projects using [remix-flat-routes](https://github.com/kiliman/remix-flat-routes) 0.8.\*
235
235
236
-
This library preserves `remix-flat-routes` sibling behavior: dot-delimited routes remain siblings by default and only nest under explicit `_layout` files. If you previously used `layout.tsx` as a layout parent, rename it to `_layout.tsx`.
236
+
This library preserves `remix-flat-routes` sibling behavior: dot-delimited routes remain siblings by default and only nest under explicit `_layout` files.
237
237
238
238
If you want `edit` to render inside a layout, add a layout file and (optionally) move the detail view to `index.tsx`:
0 commit comments