fix: update comment

pull/3157/head
yougotwill 8 months ago
parent c378aba960
commit ffa276c23f

@ -58,7 +58,7 @@ export const SessionTheme = ({
runSetup = true, runSetup = true,
}: { }: {
children: ReactNode; children: ReactNode;
/** If we don't have access to some window functions or Storage yet we might not want to run the theme setup */ /** If we don't have access to some window object functions we may skip theme consistency checks */
runSetup?: boolean; runSetup?: boolean;
}) => { }) => {
useMount(() => { useMount(() => {

Loading…
Cancel
Save