Add reconciler
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2025-12-28 17:39:05 +01:00
parent 1552de4a27
commit 446dbc1cc7
4 changed files with 42 additions and 18 deletions

View File

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