Skip to content

Commit fd89e2d

Browse files
authored
fix callouts (#1157)
1 parent e98be1c commit fd89e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solidbase-theme/mdx-components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const DirectiveContainer = (
3838
return (
3939
<Switch
4040
fallback={
41-
<Callout type={props.type as CalloutType} children={props.children} />
41+
<Callout type={props.type as CalloutType} children={_children} />
4242
}
4343
>
4444
<Match when={props.type === "tab"}>{_children}</Match>

0 commit comments

Comments
 (0)