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.
📝 상세 내용
/admin 도메인에서 공통화된 에러를 error boundary를 사용해 공통으로 처리했습니다.
해당 학기를 찾을 수 없습니다.
,해당 활동을 찾을 수 없습니다.
...해당 학기에 활동이 존재하는 경우 삭제할 수 없습니다.
,해당 활동에 게시판이 존재하는 경우 삭제할 수 없습니다.
...권한 관련 에러(403)는 global error boundary로 관리하고자 합니다.
useMutation에서 error를 catch 할 때, QueryErrorResetBoundary를 사용해야해서 ErrorHandlingWrapper 컴포넌트를 커스텀해서 사용했습니다.
우측 하단에 toast가 보이는데 뭔가 가독성이 안 좋은 거 같네요,, 다른 분들은 어떤가요??
#️⃣ 이슈 번호
🔗 참고 자료
📷 스크린샷(선택)