-
Notifications
You must be signed in to change notification settings - Fork 0
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] feat: 채팅, 문제보기 오류 처리 #234
Conversation
d839c35
to
5d1067c
Compare
5d1067c
to
4d40a48
Compare
채팅 보내기 클릭시 form action이 수행되어 새로고침이 되는 문제 해결
api오류 발생시 오류가 발생했다고 표기
url정규식을 통해 정상적인 url만 입력가능하도록 처리
채팅 보내기 클릭시 form action이 수행되어 새로고침이 되는 문제 해결
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.
수고하셨습니다!
import { isAxiosError } from 'axios'; | ||
|
||
export default function ErrorView({ error }: { error: Error }) { | ||
console.log(error); |
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.
console.log가 남아있어요!
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.
제거했습니다!
4d40a48
to
ddc163b
Compare
불필요한 console.log삭제
PR 설명
채팅, 문제보기 오류 처리
✅ 완료한 기능 명세
📸 스크린샷
2023-12-08.21-39-51.mp4
2023-12-08.21-41-43.mp4