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
Whenever an `observe`d value in state is changed (e.g with
47
47
[update](/docs/api/update)), the view or producer using it is re-triggered.
48
+
49
+
## .isObserved()
50
+
51
+
If a reaction is needed in the case that a certain path is observed by a producer or a view, e.g. when needing to populate information on-demand, then `isObserved` can be used.
52
+
53
+
This will return a boolean with the status of the path.
0 commit comments