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
When updating a $state that is used to interpolate the value inside an if block using flushSync, and that same if block should be revealed by another $state, the reactivity temporarily breaks until the if becomes falsy again.
Regression introduced in 5.28.3 version.
This is the culprit commit: #15895
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When updating a
$state
that is used to interpolate the value inside anif
block usingflushSync
, and that same if block should be revealed by another$state
, the reactivity temporarily breaks until theif
becomes falsy again.Regression introduced in
5.28.3
version.This is the culprit commit: #15895
Reproduction
https://svelte.dev/playground/a89aaf76146c4571a996d7cd02e39d2f?version=5.33.14
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: