Skip to content

Commit ded5bba

Browse files
committed
Update comment
1 parent 43bb5ae commit ded5bba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

integration/vite-css-test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const PADDING = "20px";
2424
const NEW_PADDING = "30px";
2525

2626
const 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"

0 commit comments

Comments
 (0)