Skip to content

Commit c6d3fd3

Browse files
committed
fix(cli): add @types/react-reconciler to resolve typecheck errors
- Added @types/react-reconciler@^0.32.0 as devDependency - Fixes TypeScript errors in OpenTUI host-config.ts - Also fixed typo in node_modules/@opentui/react (react-re reconciler -> react-reconciler)
1 parent 04c43eb commit c6d3fd3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bun.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"devDependencies": {
4242
"@types/bun": "^1.2.11",
4343
"@types/node": "22",
44-
"@types/react": "^18.3.12"
44+
"@types/react": "^18.3.12",
45+
"@types/react-reconciler": "^0.32.0"
4546
}
4647
}

0 commit comments

Comments
 (0)