Skip to content

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

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

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

Triggered via pull request April 12, 2024 22:36
Status Success
Total duration 46s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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