File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const PADDING = "20px";
2424const NEW_PADDING = "30px" ;
2525
2626const fixtures = [
27- ...viteMajorTemplates ,
27+ // ...viteMajorTemplates,
2828 {
2929 templateName : "rsc-vite-framework" ,
3030 templateDisplayName : "RSC Vite Framework" ,
@@ -594,9 +594,7 @@ async function hmrWorkflow({
594594 `CSS update for ${ routeFile } ` ,
595595 ) . toHaveCSS ( "padding" , NEW_PADDING ) ;
596596
597- // TODO: Fix state preservation when changing these styles in RSC
598- // Framework mode. This appears to be a deeper HMR issue with
599- // changing non-React modules imported by the route.
597+ // TODO: Fix state preservation when changing Vanilla Extract CSS in RSC
600598 if (
601599 templateName . includes ( "rsc" ) &&
602600 file === "styles-vanilla-global.css.ts"
You can’t perform that action at this time.
0 commit comments