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.
Since #210, attributes that are not
lang
,dir
norclass
are removed on SSR if usingsync_html_tag_lang
and/orsync_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.