Feat(core+solid): make id mutable and fix yoga import issue (#171)

Co-authored-by: Sebastian Herrlinger <hasta84@gmail.com>
This commit is contained in:
Adictya
2025-09-20 03:54:33 +05:30
committed by GitHub
parent c2d2d46133
commit 6683564ef7
9 changed files with 53 additions and 22 deletions
+3 -3
View File
@@ -34,11 +34,11 @@
},
"devDependencies": {
"@types/bun": "latest",
"@types/react-reconciler": "^0.32.0"
"@types/react-reconciler": "^0.32.0",
"typescript": "^5"
},
"peerDependencies": {
"react": ">=19.0.0",
"typescript": "^5"
"react": ">=19.0.0"
},
"dependencies": {
"@opentui/core": "workspace:*",