Skip to content

Commit 0e0ccc0

Browse files
committed
[FIX] commit for merge
1 parent 67ed6a6 commit 0e0ccc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-tools/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
*.orig

packages/react-tools/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [x] useMap
1313
- [x] useSet
1414
- [x] useArray
15-
- [ ] useProxyState
15+
- [-] useProxyState (manca docs)
1616
- __EFFECTS__
1717
- [x] useCallbackCompare
1818
- [x] useCallbackDeepCompare
@@ -75,7 +75,6 @@
7575
- [x] isMouseEvent
7676
- [x] isTouchEvent
7777
- [x] isClient
78-
- [x] isPlainObject
7978

8079
## ESlint configuration
8180
To validate dependencies of custom hooks like `useMemoCompare`, configure `exhaustive-deps` with the `additionalHooks` option

0 commit comments

Comments
 (0)