You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add ! non-null assertions in agentation-api.preview.e2e.test.ts for
noUncheckedIndexedAccess compatibility (sseEvents[0]!, sseEvents[1]!, etc.)
- Remove ErrorBoundary class constructor to inherit React.Component's
overloaded construct signatures; convert componentDidCatch to arrow
function class field for auto-binding
- Add // @ts-ignore on ErrorBoundary JSX usages to suppress TS2786:
React 19 changed class component types in a way that's incompatible with
@opentuah/react's ElementClass check (works correctly at runtime)
- Add explicit React.ReactElement return type annotations on exported
function components (DiffView, DirectoryTreeView, Dropdown, ReviewApp,
ReviewAppView, HunkView, StreamDisplay, App) to fix TS2742 'cannot be
named without reference to @types/react' errors
0 commit comments