@webkrafters/react-observable-context 4.1.6 → 4.1.7
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/dist/main/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/main/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export function createContext<T extends import("../types").State>(): ObservableC
|
|
|
14
14
|
* @template {State} STATE
|
|
15
15
|
* @template {SelectorMap<STATE>} [SELECTOR_MAP=SelectorMap<STATE>]
|
|
16
16
|
* @see {ObservableContext<STATE,SELECTOR_MAP>}
|
|
17
|
-
* @
|
|
17
|
+
* @example
|
|
18
18
|
* a valid property path follows the `lodash` object property path convention.
|
|
19
19
|
* for a state = { a: 1, b: 2, c: 3, d: { e: 5, f: [6, { x: 7, y: 8, z: 9 } ] } }
|
|
20
20
|
* Any of the following is an applicable selector map.
|
package/package.json
CHANGED