Fix JSX types
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2025-12-29 00:42:53 +01:00
parent 19c5b91b6b
commit 2398118105
3 changed files with 8 additions and 14 deletions

View File

@@ -41,8 +41,7 @@
"@types/react-reconciler": "~0.32.0"
},
"dependencies": {
"react-reconciler": "~0.33.0",
"type-fest": "^5.3.1"
"react-reconciler": "~0.33.0"
},
"peerDependencies": {
"@types/react": "^19.2.0",