mobx-react-use-autorun 4.0.41 → 4.0.43

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -83,6 +83,7 @@ More example - Use props and other hooks:<br/>
83
83
  const state = useMobxState({
84
84
  }, {
85
85
  containerRef: useRef<HTMLDivElement>(null),
86
+ ...props,
86
87
  });
87
88
 
88
89
  return <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-react-use-autorun",
3
- "version": "4.0.41",
3
+ "version": "4.0.43",
4
4
  "description": "Provide concise usage for mobx in react",
5
5
  "scripts": {
6
6
  "test": "npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_test.ts",
@@ -8,7 +8,7 @@
8
8
  "make": "npx -y -p typescript -p ts-node ts-node --skipProject bin/mobx_react_make.ts"
9
9
  },
10
10
  "dependencies": {
11
- "mobx": "6.13.0",
11
+ "mobx": "6.13.1",
12
12
  "mobx-react-lite": "4.0.7",
13
13
  "rxjs": "7.8.1"
14
14
  },