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
Improved typing of the children prop of Sveltified components.
2.0.2
When children is passed as attribute, this is renamed to react$children during preprocessing and is passed as-is to the React component, allowing for renderProps, (but you can't use Reactified Svelte components as that affects the children prop)
2.0.1
Don't fail when subcomponents(children) are not rendered, a parent component like <Suspense> can decide not to render.