Skip to content

Commit

Permalink
perf(react): remove toArray
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Oct 10, 2023
1 parent c137ae9 commit f115cd5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
],
"license": "MIT",
"dependencies": {
"react-is": "^18.2.0",
"tree-lodash": "^0.3.1"
},
"devDependencies": {
Expand All @@ -55,7 +54,6 @@
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-is": "^17.0.3",
"@umijs/fabric": "^3.0.0",
"@umijs/utils": "^4.0.55",
"husky": "^8.0.3",
Expand Down
16 changes: 0 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/react/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './domTarget';
export { depsAreSame } from './depsAreSame';
export { createDeepCompareEffect } from './createDeepCompareEffect';
export { toArray } from './toArray';
27 changes: 0 additions & 27 deletions src/react/toArray.ts

This file was deleted.

0 comments on commit f115cd5

Please sign in to comment.