Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't try to @render svelte components in FlexRender #5942

Open
wants to merge 1 commit into
base: alpha
Choose a base branch
from

Conversation

dberlin
Copy link

@dberlin dberlin commented Mar 2, 2025

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.

The failure around undefined headers there was because trying to @render a component like this code did does not do anything sane to it.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant