We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98be1c commit fd89e2dCopy full SHA for fd89e2d
src/solidbase-theme/mdx-components.tsx
@@ -38,7 +38,7 @@ export const DirectiveContainer = (
38
return (
39
<Switch
40
fallback={
41
- <Callout type={props.type as CalloutType} children={props.children} />
+ <Callout type={props.type as CalloutType} children={_children} />
42
}
43
>
44
<Match when={props.type === "tab"}>{_children}</Match>
0 commit comments