@webkrafters/react-observable-context 7.0.0-rc.0 → 7.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ const unsubscribeFn = store.subscribe( eventType, listener );
|
|
|
114
114
|
```
|
|
115
115
|
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>
|
|
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.
|
package/package.json
CHANGED