Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information