Skip to content

Merge pull request #13 from Winter4/module8-task1 #27

Merge pull request #13 from Winter4/module8-task1

Merge pull request #13 from Winter4/module8-task1 #27

Triggered via push December 24, 2024 10:53
Status Failure
Total duration 28s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
Check: src/pages/Offer/index.tsx#L72
Do not use Array index in keys
Check: src/pages/Offer/index.tsx#L115
Do not use Array index in keys
Check: src/store/actions.ts#L189
Unexpected console statement
Check: src/store/actions.ts#L245
Unexpected console statement
Check
Process completed with exit code 1.
Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check: src/components/OfferCard/index.tsx#L12
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
Check: src/components/OfferCard/index.tsx#L86
Fast refresh can't handle anonymous components. Add a name to your export
Check: src/components/SortingOptions/index.tsx#L4
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components