mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-12 12:47:55 +02:00
🐛(app-desk) fix fetchPriority warning
The upgrade to react@18.3.1 has a compatibility issue with next@14.2.3. It creates a error warning about the fetchPriority prop. This commit fixes the issue by downgrading react to 18.2.0 as it was before the last upgrade. The next.js team is already aware of the issue and it will be fixed in the next release.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
"resolutions": {
|
||||
"@types/node": "20.14.2",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"typescript": "5.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
+800
-949
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user