[L6] @types/react pinned to v18 while peerDeps allow v19 #32
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
indigocode/igasset-viewer-react#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File:
packages/viewer-react/package.jsonpeerDependenciesallowreact/react-dom^18.2.0 || ^19.0.0, but the dev@types/react/@types/react-domare pinned to^18.2.0. Type-checking therefore validates against v18 types only, so v19-only type changes wouldn't be caught.Fix: widen the dev types or add a v19 type-check matrix entry. Minor.
Filed by an automated AI code review (manual proof-of-concept run). Code locations reference the
various-cleanupbranch.