Skip to content

Commit

Permalink
fix: PopUp组件的卸载函数可能会被触发两次而导致报错的问题 (#286)
Browse files Browse the repository at this point in the history
添加了`lodash`及`@types/lodash`用于修复此问题
  • Loading branch information
Littlefean authored Jan 30, 2025
2 parents c6c700a + 4347951 commit a2c0edb
Show file tree
Hide file tree
Showing 3 changed files with 792 additions and 2,296 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@tauri-apps/plugin-updater": "~2",
"driver.js": "^1.3.1",
"i18next": "^24.2.0",
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"markdown-it": "^14.1.0",
"react": "^19.0.0",
Expand All @@ -49,6 +50,7 @@
"@nolebase/vitepress-plugin-page-properties": "^2.12.0",
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2.1.0",
"@types/lodash": "^4.17.15",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/uuid": "^10.0.0",
Expand Down
Loading

0 comments on commit a2c0edb

Please sign in to comment.