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
Don't try to @render svelte components in FlexRender
Svelte Components should not be @render'd, only snippets get @render'd, per the docs
Unlike Svelte 4, the Component in FlexRender will already be dynamically evaluated.
This fixes examples/svelte/sorting for Svelte 5.
0 commit comments