[Fix] 사파리 - navigate(0) 작동 되지 않는 이슈 해결 #307
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.
Related Issue :
🧑🎤 Summary
navigate(0) ->
window.location.reload
로대체🧑🎤 Comment
로그아웃 시 리로드가 안되는 이슈,
지원서 제출 완료 페이지에서 마이페이지로 이동이 안되는 이슈
-> 공통점을 찾아보니 모두
navigate(0)
을 통해 리로드를 시켜주고 있더라구요그래서 찾아보니
[Bug]: Navigate(0) won't work on Safari
해결되지 않은 위와 같은 이슈가 있더라구요!
따라서 원인임을 파악하고
navigate(0)
사용해주고 있는 모든 코드를location.reload()
로 수정해주었습니다