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
Seems to be caused by setting oldValue before first run to undefined, then checking against the result of the getter which is also undefined so no runs will take place until the value is changed.
posva
added a commit
to posva/vue-next
that referenced
this issue
Feb 3, 2020
Version
3.0.0-alpha.4
Reproduction link
https://codepen.io/jkarczm/pen/ZEYgEXd?editors=0011
Steps to reproduce
What is expected?
null watched
andundefined watched
in consoleWhat is actually happening?
only
null watched
in consoleThe text was updated successfully, but these errors were encountered: