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
I found that all the items have a data-selected property during SSR, but only the first Item's one remains after hydration.
Mention that they are all <... data-selected ...> during SSR, but <... data-selected="true" ...> after hydration. So maybe that's a bug of Svelte renderer.
I can provide a reproduction if you think that's necessary
The text was updated successfully, but these errors were encountered:
I found that all the items have a
data-selected
property during SSR, but only the first Item's one remains after hydration.Mention that they are all
<... data-selected ...>
during SSR, but<... data-selected="true" ...>
after hydration. So maybe that's a bug of Svelte renderer.I can provide a reproduction if you think that's necessary
The text was updated successfully, but these errors were encountered: