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
After aligning the watch behavior in the latest release, my watchers are broken for ref variables, that have a shallowReadonly around them. This is because isRef does not return true for these kind of variables and so the getter will throw an error, that it got an invalid watch source.
Any chance to get this fixed?
The text was updated successfully, but these errors were encountered:
Version: v1.0.0-rc.10
After aligning the watch behavior in the latest release, my watchers are broken for
ref
variables, that have ashallowReadonly
around them. This is becauseisRef
does not returntrue
for these kind of variables and so the getter will throw an error, that it got an invalid watch source.Any chance to get this fixed?
The text was updated successfully, but these errors were encountered: