Fix React dependency: downgrade to 18.3.1 for lucide-react compatibility
- React 19.2.0 incompatible with lucide-react@0.344.0 - Downgraded to React 18.3.1 (stable) - Fixes build error: Minified React error #525 - Tested: dev server runs, production build succeeds
This commit is contained in:
parent
aa61ef868a
commit
d687f13bd6
2 changed files with 3197 additions and 2 deletions
3195
package-lock.json
generated
Normal file
3195
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -9,8 +9,8 @@
|
|||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-dom": "^19.2.0",
|
||||
"react": "^19.2.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-markdown": "^9.0.1",
|
||||
"lucide-react": "^0.344.0",
|
||||
"jspdf": "^2.5.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue