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
Any actions taken here is applied to all components streaming affected state slices.\
116
116
Caveat 1: Parameterless <code>context.store.getState</code> returns the whole state.\
117
-
Caveat 2: Parameterless <code>context.store.resetState</code> which is a no-op.
117
+
Caveat 2: Parameterless <code>context.store.resetState</code> is a no-op.
118
118
119
119
### Joining the context stream.
120
120
A context stream allows a client to set up a dedicated channel through which it receives automatic updates whenever its selected slices of state change. It can also update the context through this channel.
0 commit comments