fix: resolve React 19 production runtime error with lucide-react icons
- Updated package.json to include @types/node@25.0.3 for compatibility. - Modified package-lock.json to reflect the new version of @types/node and updated cookie package to 1.1.1. - Adjusted tsconfig.json to specify @testing-library/jest-dom/vitest for type definitions. - Updated vite.config.ts to disable code splitting temporarily to diagnose React initialization issues, increasing chunk size warning limit.
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.1",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
||||
|
||||
Reference in New Issue
Block a user