We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4cacd commit a00e7efCopy full SHA for a00e7ef
src/solidbase-theme/mdx-components.tsx
@@ -65,7 +65,7 @@ export const DirectiveContainer = (
65
66
if (!props.title) return tabs();
67
68
- const [openTab, setOpenTab] = makePersisted(createSignal(tabNames![0]!), {
+ const [openTab, setOpenTab] = makePersisted(createSignal(tabNames[0]!), {
69
name: `tab-group:${props.title}`,
70
sync: messageSync(new BroadcastChannel("tab-group")),
71
});
0 commit comments