Same as <ToggleWrap enableOnMount />, usually used on client-side only components.Same as <ToggleWrap enableOnMount initialState={false} />, usually used on client-side only components.
<ToggleWrap enableOnMount />
<ToggleWrap enableOnMount initialState={false} />
<ClientOnly> <div>...</div></ClientOnly> Copy
<ClientOnly> <div>...</div></ClientOnly>
Same as
<ToggleWrap enableOnMount />
, usually used on client-side only components.Same as<ToggleWrap enableOnMount initialState={false} />
, usually used on client-side only components.