-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: 지도 기능 구현 #12
Merged
Merged
feat: 지도 기능 구현 #12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nto feature/map
…nto feature/map
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #5
해당 사항 (중복 선택)
설명
Key Changes
How it Works
1.mov
To Reviewers
아직 오피스 정보가 지점명, 지점위치밖에 없어서 그 부분만 작업 완료했습니다.
오피스 마커를 클릭하면 오피스 모달을 렌더링하고 있습니다. 근데 현재 위치 버튼 위치를 가려서, 삼항연산자로 모달이 오픈되었을 때는 버튼의 위치를 모달 보다 높게 설정해서 현재 위치 버튼이 가려지는 문제는 해결하였으나, 모달 컴포넌트에서 모달 외부를 클릭하면 모달을 닫히게 기능을 구현해둬서, 모달이 열려 있을 때 현재 위치 버튼을 누르면 현재 위치 로직이 동작하지 않고 모달이 닫히는 문제가 발생합니다. 모달 컴포넌트에서 모달 외부 어디든지 클릭하면 닫히게 구현해뒀는데 이부분을 해결할 수 있을지? 의문이라 남겨봅니다.
기존 정의해둔 get 메소드를 사용하면, 다음과 같이 'TypeError: getStaticPaths is not a function' 오류가 발생해 페이지 로드 자체가 안되는 문제가 발생했습니다. get 메소드 대신, fetch 로 api 호출하니까 해당 오류는 사라졌는데 다른 분들과 api 호출 양식이 달라서 일단 남겨두겠습니다. 기능 구현부터 먼저하고, 추후에 해당 문제 해결해보겠습니다. 혹시 해결 방법 아시면 공유해주시면 감사하겠습니다.