[FE] feat: kakao oauth 추가#521
Open
serin-B wants to merge 12 commits into
Open
Conversation
…ain_012 into front/test/serin/gg
JinhuiKim
suggested changes
Dec 8, 2022
| </PersistGate> | ||
| </Provider> | ||
| </React.StrictMode> | ||
| // <React.StrictMode> |
Contributor
There was a problem hiding this comment.
React.StrictMod 사용하면 안되는 이유가 있나요?
Collaborator
Author
There was a problem hiding this comment.
<React.StrictMode> 때문에 get 요청이 2번씩 가더라고요!!
(검색해보니까 프로젝트의 src/index.js에서 <React.StrictMode> 태그로 이 감싸져있으면 개발모드에서 (개발 단계시 오류를 잘 잡기위해) 두 번씩 렌더링된다고 합니다!)
구현 과정에서 get 요청이 두 번 가서 오류가 나는 것 같다고 말씀해주셔서, 주석처리하고 테스트 해보았고, 그 뒤로 잘 되어서 일단 주석처리 하였습니다!
실제 서비스 배포할때에도 영향이 있는지는 조금 더 테스트해봐야할 것 같습니다!!
This file contains hidden or 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
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.
No description provided.