Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Update react-types to v18 (major) #856

Update react-types to v18 (major)

Update react-types to v18 (major) #856

Triggered via pull request October 14, 2024 14:44
Status Failure
Total duration 8m 42s
Artifacts

static_analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Typescript Syntax Check: src/NodeAnimator.tsx#L74
Argument of type 'string | number | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal' is not assignable to parameter of type 'ReactElement<any, string | JSXElementConstructor<any>> | ReactPortal | ReactFragment'.
Typescript Syntax Check: src/NodeAnimator.tsx#L105
Type 'bigint' cannot be used as an index type.
Typescript Syntax Check: src/NodeAnimator.tsx#L119
Type 'bigint' cannot be used as an index type.
Typescript Syntax Check: src/components/views/location/index.tsx#L27
Type 'LazyExoticComponent<typeof LocationPicker>' does not satisfy the constraint 'JSXElementConstructor<any> | keyof IntrinsicElements'.
Typescript Syntax Check: src/components/views/location/index.tsx#L30
'LocationPickerComponent' cannot be used as a JSX component.
Typescript Syntax Check: src/components/views/location/index.tsx#L30
Spread types may only be created from object types.
Typescript Syntax Check: src/languageHandler.tsx#L439
No overload matches this call.
Typescript Syntax Check: test/components/views/settings/AddRemoveThreepids-test.tsx#L52
Property 'children' does not exist on type '{}'.
Typescript Syntax Check: test/hooks/useUserOnboardingTasks-test.tsx#L71
'props' is of type 'unknown'.
Typescript Syntax Check
Process completed with exit code 2.
i18n Check / check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, tj-actions/changed-files@1c26215f3fbd51eba03bc199e5cbabdfc3584ce3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/