Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] 사파리 - navigate(0) 작동 되지 않는 이슈 해결 #307

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

lydiacho
Copy link
Member

Related Issue :


🧑‍🎤 Summary

navigate(0) -> window.location.reload 로대체

🧑‍🎤 Comment

로그아웃 시 리로드가 안되는 이슈,
지원서 제출 완료 페이지에서 마이페이지로 이동이 안되는 이슈
-> 공통점을 찾아보니 모두 navigate(0)을 통해 리로드를 시켜주고 있더라구요

그래서 찾아보니
[Bug]: Navigate(0) won't work on Safari
해결되지 않은 위와 같은 이슈가 있더라구요!
따라서 원인임을 파악하고 navigate(0) 사용해주고 있는 모든 코드를 location.reload()로 수정해주었습니다

Copy link

height bot commented Jul 30, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link
Member

@eonseok-jeon eonseok-jeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋습니다~

@lydiacho lydiacho merged commit 2735f92 into develop Jul 30, 2024
1 check passed
@lydiacho lydiacho deleted the fix/#301_safari-refresh branch July 30, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants