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
Describe the bug
A wrapper component exposes a main slot. When providing it with content that itself includes a default slot on which it spreads $$props, those a not reactive.
Describe the bug
A wrapper component exposes a main slot. When providing it with content that itself includes a default slot on which it spreads
$$props
, those a not reactive.Logs
No particular logs
To Reproduce
See this REPL example
Expected behavior
The props passed to the wrapper component should be transferred to the default slot.
Information about your Svelte project:
Not specific to browser or OS. Reproduced using latest Svelte 3.24.1.
Severity
Annoying, since I have to find a workaround or explicitely declare every prop that the default slot could get from its wrapper.
Thanks for considering this! I appreciate.
The text was updated successfully, but these errors were encountered: