Route /a
+Route /a keeps the shared card styled.
+Route /b
+Route /b should keep the shared card stylesheet after nav.
+Lazy CSS Repro - Lazy Route
This route renders the same widget through React.lazy so the CSS only
@@ -23,6 +23,6 @@ function LazyCssLazyRoute() {
>
Lazy CSS Repro - Static Route
This route statically imports the shared widget so its CSS is present in
@@ -19,6 +19,6 @@ function LazyCssStaticRoute() {
Route /a
+Route /a keeps the shared card styled.
+Route /b
+Route /b should keep the shared card stylesheet after nav.
+Start manifest fixture
++ Use this page to navigate between CSS module routes. +
+Lazy CSS Repro - Lazy Route
++ This route renders the same widget through a lazy component so the CSS + only exists behind a dynamic import boundary. +
+ +Lazy CSS Repro - Static Route
++ This route statically imports the shared widget so its CSS is present in + the SSR head. +
+ +Route /r1
+Route /r2
+Route /a
+Route /a keeps the shared card styled.
+Route /b
+Route /b should keep the shared card stylesheet after nav.
+Start manifest fixture
++ Use this page to navigate between CSS module routes. +
+Lazy CSS Repro - Lazy Route
++ This route renders the same widget through a lazy component so the CSS + only exists behind a dynamic import boundary. +
+ +Lazy CSS Repro - Static Route
++ This route statically imports the shared widget so its CSS is present in + the SSR head. +
+ +