We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a51276 commit c0eb9dcCopy full SHA for c0eb9dc
src/ui/layout/theme-selector.tsx
@@ -99,7 +99,7 @@ function RefreshOnMount(props: ComponentProps<"div">) {
99
});
100
101
return (
102
- <Show when={refresh()} fallback={<div {...props}>{resolved()}</div>} keyed>
+ <Show when={refresh()} fallback={<div {...props}><div>{resolved()}</div></div>} keyed>
103
<div {...props}>{resolved()}</div>
104
</Show>
105
);
0 commit comments