We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eeea21 commit dc5cdb7Copy full SHA for dc5cdb7
.changeset/many-grapes-confess.md
@@ -0,0 +1,6 @@
1
+---
2
+"remix": patch
3
+"@remix-run/dev": patch
4
5
+
6
+fix: mark Layout as browser safe route export
packages/remix-dev/compiler/js/plugins/routes.ts
@@ -15,6 +15,7 @@ const browserSafeRouteExports: { [name: string]: boolean } = {
15
clientLoader: true,
16
ErrorBoundary: true,
17
HydrateFallback: true,
18
+ Layout: true,
19
default: true,
20
handle: true,
21
links: true,
0 commit comments