카카오 로그인 하고 처음으로 돌아온 직후 Loading 표시 지속되고 이름 표시 안 되는 문제 임시로 해결 #200
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.
작성자: @jaychang99
체크 리스트
작업 내역
getServerSideToken()
내부에서next/headers
의 cookies 함수를 씁니다.getIsomorphicToken
이라는 새로운 함수를 만들어, 서버와 클라이언트에서 일단 다르게 동작할 수 있도록 했습니다. 최소한의 수정을 가하려는 의도가 있었습니다.비고
close/resolve/fix #{이슈 번호 기입}