Skip to content

[Feature] - 전환 기능 구현 #26

[Feature] - 전환 기능 구현

[Feature] - 전환 기능 구현 #26

Triggered via pull request August 1, 2024 02:33
Status Success
Total duration 48s
Artifacts

frontend-ci.yml

on: pull_request
frontend-ci
39s
frontend-ci
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
frontend-ci
The following actions uses Node.js version which is deprecated and will be forced to run on node20: mikepenz/action-junit-report@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
frontend-ci: frontend/src/components/common/Accordion/Accordion.stories.tsx#L83
The story should use PascalCase notation: add_and_delete_accordions
frontend-ci: frontend/src/components/common/GoogleMapView/GoogleMapView.tsx#L31
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
frontend-ci: frontend/src/components/common/GoogleMapView/GoogleMapView.tsx#L90
Fast refresh can't handle anonymous components. Add a name to your export
frontend-ci: frontend/src/components/pages/login/KakaoCallbackPage.tsx#L33
React Hook useEffect has a missing dependency: 'saveUser'. Either include it or remove the dependency array
frontend-ci: frontend/src/contexts/TravelTransformDetailProvider.tsx#L31
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components