Skip to content

Commit 35068cc

Browse files
committed
fix types
1 parent a24f6f9 commit 35068cc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/playground/PlaygroundLoader.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,12 @@ function initState(
414414
searchParams.get("allowComments") === "true" ||
415415
defaultPlaygroundState.settings.allowComments,
416416
ruleDomains,
417+
cssModules:
418+
searchParams.get("cssModules") === "true" ||
419+
defaultPlaygroundState.settings.cssModules,
420+
experimentalFullSupportEnabled:
421+
searchParams.get("experimentalFullSupportEnabled") === "true" ||
422+
defaultPlaygroundState.settings.experimentalFullSupportEnabled,
417423
},
418424
};
419425
}

0 commit comments

Comments
 (0)