Skip to content

Поправил ошибки #53

Поправил ошибки

Поправил ошибки #53

Triggered via pull request September 27, 2024 22:56
Status Success
Total duration 47s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check: src/components/card/card.tsx#L16
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
Check: src/components/card/card.tsx#L57
Fast refresh can't handle anonymous components. Add a name to your export
Check: src/components/footer/footer.tsx#L5
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
Check: src/components/footer/footer.tsx#L15
Fast refresh can't handle anonymous components. Add a name to your export
Check: src/components/header/header.tsx#L19
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
Check: src/components/header/header.tsx#L30
React Hook useEffect has missing dependencies: 'dispatch' and 'token'. Either include them or remove the dependency array
Check: src/components/header/header.tsx#L88
Fast refresh can't handle anonymous components. Add a name to your export
Check: src/components/list-location/list-location.tsx#L12
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
Check: src/components/list-location/list-location.tsx#L21
Fast refresh can't handle anonymous components. Add a name to your export
Check: src/components/map/map.tsx#L31
Fast refresh only works when a file only exports components. Move your component(s) to a separate file