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.
🚀 Summary
기능 오류 사항 수정
✨ Description
기능 오류 사항 수정했습니다.
지도 렌더링 문제 해결
서버사이드 렌더링이 필요해서 가장 상위 컴포넌트인 layout.tsx에 선언해 주었습니다.
자세한건 노션에!
깜박거리는 문제 해결
깜박거리는 문제가 header에 토큰을 발급 받자마자 api 호출을 할 때 헤더에 토큰이 들어가지 않아 무한 새로고침이 되는 문제가 발생했습니다. 그래서 axios interceptor 기능을 이용해 request할 때 비동기로 토큰을 넣도록 로직을 수정했습니다.
그 외
모임 생성 페이지 디자인 수정이 있습니다.
🎲 Issue Number
close #69