Skip to content

fix : App.tsx checkSession 호출 이전 조건문에 parsedAuth 추가#256

Merged
junjeeong merged 1 commit intodevfrom
bug/App_tsx에서-accesstoken-접근시-uncaught-typeerror-발생하는-문제-개선-건
May 10, 2025

Hidden character warning

The head ref may contain hidden characters: "bug/App_tsx\uc5d0\uc11c-accesstoken-\uc811\uadfc\uc2dc-uncaught-typeerror-\ubc1c\uc0dd\ud558\ub294-\ubb38\uc81c-\uac1c\uc120-\uac74"
Merged

fix : App.tsx checkSession 호출 이전 조건문에 parsedAuth 추가#256
junjeeong merged 1 commit intodevfrom
bug/App_tsx에서-accesstoken-접근시-uncaught-typeerror-발생하는-문제-개선-건

Conversation

@junjeeong
Copy link
Collaborator

Pull requests

✅ 작업한 내용

  • checkSession() 호출 이전에 조건문에 parsedAuth를 추가해주어 parsedAuth가 null일 때 accessToken을 참조하는 일이 없도록 해줍니다.

🔢 #255

❗️PR Point

  • 없음

📸 스크린샷

  • 없음

@junjeeong junjeeong requested a review from Soohyuniii May 9, 2025 07:49
@junjeeong junjeeong self-assigned this May 9, 2025
@junjeeong junjeeong merged commit 7bca08f into dev May 10, 2025
1 check passed
@junjeeong
Copy link
Collaborator Author

@Soohyuniii 테스트 위해서 이 PR만 급하게 merge 하겠습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: App.tsx에서 accessToken 접근시 Uncaught TypeError 발생하는 문제 개선 건

1 participant