You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a pretty mysterious bug involving the use browser to conditionally render and (in a separate component!) a slot with fallback content.
Here's my setup:
An array is used to render one of two components: routes/index.svelte:
Describe the bug
I'm running into a pretty mysterious bug involving the use
browser
to conditionally render and (in a separate component!) a slot with fallback content.Here's my setup:
An array is used to render one of two components:
routes/index.svelte
:Text.svelte
uses a slot with fallback content:BreakHydration.svelte
renders different things depending onbrowser
:And the result:

Reproduction
StackBlitz
Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: