-
Notifications
You must be signed in to change notification settings - Fork 5
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
[FE] 에러 페이지 구현 #809
[FE] 에러 페이지 구현 #809
Conversation
Test Results 23 files 23 suites 3s ⏱️ Results for commit 87e61a4. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
행댕이 그리느라 너무 고생 많았어요~~
덕분에 다양한 상황에서 행댕이들을 활용할 수 있을 것 같아요
height="80vh" | ||
css={{alignContent: 'center'}} | ||
> | ||
<Image src={getImageUrl('cryingDog', 'webp')} width="160px" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
우는 행댕이ㅠㅠㅠㅠㅠ, 나중에 대체 이미지도 추가해주면 좋을 것 같아요~~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
우리의 MD 웨디...
고생 많았어요 고마와요옹
* feat: 에러 페이지 구현 * test: 에러 페이지 테스트에서 개선된 페이지의 텍스트를 반영 * feat: 대체 이미지 png로 설정
진초ㅑ 너무 귀어ㅕ워요,, |
* feat: 에러 페이지 구현 * test: 에러 페이지 테스트에서 개선된 페이지의 텍스트를 반영 * feat: 대체 이미지 png로 설정
issue
구현 목적
현재 UnpredictableErrorBoundary에서 에러가 잡혔을 경우 '에러가 발생했습니다.'라는 텍스트만 뜹니다.
그래서 에러 페이지를 꾸며보았습니다.
구현 사항
에러 페이지를 구현합니다.