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

Frontend Render Fallback #527

Merged
merged 3 commits into from
Feb 13, 2025
Merged

Frontend Render Fallback #527

merged 3 commits into from
Feb 13, 2025

Conversation

ty-kmu
Copy link
Contributor

@ty-kmu ty-kmu commented Feb 13, 2025

#520 이슈 관련 향후 런타임 오류시 렌더링이 중단되는 오류를 막기 위한 프론트엔드 수정이 포함된 PR입니다.
아래 조치내용과 같이 오류 발생시 빈화면이 아니라 오류 메시지가 표시되게 수정 완료 하였습니다.

조치내용

  • Error Boundary 기법을 활용해 Home 컴포넌트 오류시 Fallback 처리
    Pasted Graphic

@ty-kmu ty-kmu requested a review from kmu-leeky February 13, 2025 10:57
@ty-kmu ty-kmu self-assigned this Feb 13, 2025
Copy link
Member

@kmu-leeky kmu-leeky left a comment

Choose a reason for hiding this comment

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

nice!

@ty-kmu ty-kmu merged commit 54c3426 into main Feb 13, 2025
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.

2 participants