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
with latest Safari update we encountered strange behavior
we have one tag with display: -webkit-box
inside it we have svelte if/else block
inside default visible part of if/else (no metter if or else) we have 2+ tags (even empty)
when it is time to rerender based on if condition - only first default visible tag is hidden, its space is reused, however second tag is still there
seems like happens only on first rerender, however should be additionaly checked
only second and following tags affected
repro in Safari only (for now)
Describe the bug
with latest Safari update we encountered strange behavior
seems like happens only on first rerender, however should be additionaly checked
only second and following tags affected
repro in Safari only (for now)
Reproduction
https://svelte.dev/playground/82c0ba79c6a84c5d97d21ac2317160e2?version=5.25.12
Logs
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: