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
I don't think there is a reason to do reactive equals comparison, and I think we should error on that. If you want to know if it is the same object, use is, and otherwise compare .value.
The text was updated successfully, but these errors were encountered:
Very often, i use
I don't think there is a reason to do reactive equals comparison, and I think we should error on that. If you want to know if it is the same object, use
is
, and otherwise compare .value.The text was updated successfully, but these errors were encountered: