We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fabec6 commit 8a67562Copy full SHA for 8a67562
website/src/components/ShadowDomWrapper.tsx
@@ -7,7 +7,7 @@ export function ShadowDomWrapper({
7
styleStr
8
}: {
9
children: React.ReactNode;
10
- styleStr: string;
+ styleStr: string | undefined;
11
}) {
12
const colorMode = useColorMode();
13
return (
0 commit comments