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

Preserve HTML tag attributes on SSR #211

Open
mondeja opened this issue Aug 14, 2024 · 0 comments · May be fixed by #228
Open

Preserve HTML tag attributes on SSR #211

mondeja opened this issue Aug 14, 2024 · 0 comments · May be fixed by #228
Labels
enhancement New feature or request leptos-v0.7

Comments

@mondeja
Copy link
Owner

mondeja commented Aug 14, 2024

Since #210, attributes that are not lang, dir nor class are removed on SSR if using sync_html_tag_lang and/or sync_html_tag_dir. This is due to a limitation on Leptos v0.6, which forces attribute keys to be 'static.

We need to create an API for this on Leptos itself.

@mondeja mondeja added enhancement New feature or request leptos-v0.7 labels Aug 14, 2024
@mondeja mondeja changed the title Preserve HTML tag attributes Preserve HTML tag attributes on SSR Aug 14, 2024
@mondeja mondeja removed the blocked label Aug 27, 2024
This was referenced Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request leptos-v0.7
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant