-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
사라지는 마을 UI 작업 #101
사라지는 마을 UI 작업 #101
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- 하.. 린트 너무 싫어 #98
- 하.. 린트 너무 싫어 #98
- 하.. 린트 너무 싫어 #98
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/app/village/page.tsx
Outdated
@@ -0,0 +1,160 @@ | |||
/* eslint-disable react-hooks/exhaustive-deps */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빌드 실패 해결하면서 다 고쳐진 것 같은데 지워주세용~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㅇㅋㅇㅋ
src/components/KakaoMapComponent.tsx
Outdated
villages: Village[]; | ||
} | ||
|
||
const KakaoMapComponent: React.FC<KakaoMapComponentProps> = ({ villages }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
파일 이름에 Component
는 빼주십쇼!
React.FC
는 지양하는 게 좋아서 이렇게 써주세용~!~!
const KakaoMap = ({ villages }: KakaoMapProps) => {
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 맞다!! 오케이~~~
- Props 수정 - React.FC 삭제 #98
- lint 이자식 #98
관련 이슈
작업 요약
작업 상세 설명
리뷰 요구 사항
미리 보기
Screen.Recording.2024-07-21.at.4.22.03.AM.mov