[hotfix/#102/UserInfo] 유저 정보 저장 로직 수정 #103
Merged
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 #102
💡 핵심적으로 구현된 사항
➕ 그 외에 추가적으로 구현된 사항
authToken
로직과axiosInstance
부분을 봐주시면 됩니다!🤔 고민 사항
customError
로 에러 바운더리에서 해당 에러가 커스텀에러의 인스턴스인지 판단하여 에러 핸들링하려 합니다! 혹시 더 좋은 아이디어나 참고할만한 레퍼런스가 있으면 공유 부탁드립니다~!vite.config.ts
가 수정되어 이제 기본적으로 서버로 api 요청을 보냅니다!!