Skip to content

fix terriajs-cesium import #7396

fix terriajs-cesium import

fix terriajs-cesium import #7396

Triggered via push August 17, 2023 02:37
Status Failure
Total duration 4m 33s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: node_modules/@types/react/index.d.ts#L3089
Interface 'ElementClass' cannot simultaneously extend types 'Component<any, {}, any>' and 'Component<any, {}, any>'.
build: node_modules/@types/react/index.d.ts#L3089
Interface 'ElementClass' cannot simultaneously extend types 'Component<any, {}, any>' and 'Component<any, {}, any>'.
build: node_modules/@types/react/index.d.ts#L3089
Interface 'ElementClass' cannot simultaneously extend types 'Component<any, {}, any>' and 'Component<any, {}, any>'.
build: node_modules/@types/react/index.d.ts#L3097
Duplicate identifier 'LibraryManagedAttributes'.
build: node_modules/@types/styled-components/node_modules/@types/react/ts5.0/index.d.ts#L3208
Duplicate identifier 'LibraryManagedAttributes'.
build: node_modules/@types/styled-components/node_modules/@types/react/ts5.0/index.d.ts#L3219
Subsequent property declarations must have the same type. Property 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>', but here has type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>'.
build: node_modules/@types/styled-components/node_modules/@types/react/ts5.0/index.d.ts#L3220
Subsequent property declarations must have the same type. Property 'abbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
build: node_modules/@types/styled-components/node_modules/@types/react/ts5.0/index.d.ts#L3221
Subsequent property declarations must have the same type. Property 'address' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
build: node_modules/@types/styled-components/node_modules/@types/react/ts5.0/index.d.ts#L3222
Subsequent property declarations must have the same type. Property 'area' must be of type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>', but here has type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>'.
build: node_modules/@types/styled-components/node_modules/@types/react/ts5.0/index.d.ts#L3223
Subsequent property declarations must have the same type. Property 'article' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/