Skip to content

Update @types/react 18.3.27 → 19.2.7 (major) #134

Update @types/react 18.3.27 → 19.2.7 (major)

Update @types/react 18.3.27 → 19.2.7 (major) #134

Triggered via pull request December 16, 2025 02:40
Status Failure
Total duration 2m 45s
Artifacts

ci.yml

on: pull_request
shellcheck
5s
shellcheck
Matrix: alex
Matrix: build-prod
Matrix: licence-check
Matrix: lint
Matrix: tests
Matrix: typecheck
Matrix: yarn-lock
Fit to window
Zoom out
Zoom in

Annotations

12 errors
typecheck (ubuntu-latest)
Process completed with exit code 2.
typecheck (ubuntu-latest): src/components/shared/thread/SampleGraph.tsx#L235
Type '(canvas: HTMLCanvasElement | null) => HTMLCanvasElement | null' is not assignable to type 'Ref<HTMLCanvasElement> | undefined'.
typecheck (ubuntu-latest): src/components/shared/thread/HeightGraph.tsx#L225
Type '(canvas: HTMLCanvasElement | null) => HTMLCanvasElement | null' is not assignable to type 'Ref<HTMLCanvasElement> | undefined'.
typecheck (ubuntu-latest): src/components/shared/TreeView.tsx#L994
No overload matches this call.
typecheck (ubuntu-latest): src/components/shared/IdleSearchField.tsx#L137
Type '(input: HTMLInputElement | null) => HTMLInputElement | null' is not assignable to type 'Ref<HTMLInputElement> | undefined'.
typecheck (ubuntu-latest): src/components/marker-table/index.tsx#L281
No overload matches this call.
typecheck (ubuntu-latest): src/components/flame-graph/MaybeFlameGraph.tsx#L31
Type 'RefObject<FlameGraphHandle | null>' is not assignable to type 'RefObject<FlameGraphHandle>'.
typecheck (ubuntu-latest): src/components/calltree/CallTree.tsx#L383
No overload matches this call.
typecheck (ubuntu-latest): src/components/app/ZipFileViewer.tsx#L271
No overload matches this call.
typecheck (ubuntu-latest): node_modules/@firefox-devtools/react-contextmenu/src/index.d.ts#L51
Namespace 'React' has no exported member 'ReactText'.
typecheck (windows-latest)
The strategy configuration was canceled because "typecheck.ubuntu-latest" failed
typecheck (windows-latest)
The operation was canceled.