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
$: reactiveLog(data) is incorrectly re-evaluated (note the counter increases). None of the data object properties are changed as a result of clicking the button.
Expected behavior reactiveLog(data) should not be called unless data is modified.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm getting an unexpected state validation when dynamically adding a svelte component that has a binding.
To Reproduce
$: reactiveLog(data)
is incorrectly re-evaluated (note the counter increases). None of thedata
object properties are changed as a result of clicking the button.Expected behavior
reactiveLog(data)
should not be called unlessdata
is modified.The text was updated successfully, but these errors were encountered: