Skip to content

card view implemented #573

card view implemented

card view implemented #573

Re-run triggered August 28, 2023 13:30
Status Failure
Total duration 53s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/components/card/index.tsx#L1
Cannot find module 'react' or its corresponding type declarations.
build: src/components/card/index.tsx#L2
Cannot find module '../../assets/iterable_logo.png' or its corresponding type declarations.
build: src/components/card/index.tsx#L75
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
build: src/components/card/index.tsx#L75
Cannot use JSX unless the '--jsx' flag is provided.
build: src/components/card/index.tsx#L76
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
build: src/components/card/index.tsx#L76
Cannot use JSX unless the '--jsx' flag is provided.
build: src/components/card/index.tsx#L81
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
build: src/components/card/index.tsx#L81
Cannot use JSX unless the '--jsx' flag is provided.
build: src/components/card/index.tsx#L82
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
build: src/components/card/index.tsx#L82
Cannot use JSX unless the '--jsx' flag is provided.
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/