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
{{ message }}
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
I have a global value which is watched in multiple controllers. When one of them is closed I want to unwatch only the watcher within that controller.
However, if I use
unwatch()
function every watch associated with that object is being deleted and the watches in my other controllers stop working.How can I work around this?
The text was updated successfully, but these errors were encountered: