kokoball0.log
로그인
kokoball0.log
로그인
[React error] 깨진 이미지 처리 (img onError)
고병표
·
2022년 2월 28일
팔로우
1
error
onerror
1
Error 모음
목록 보기
9/13
🤔 API를 통해 svg 파일을 가져올 때 403 에러가 발생한 경우
클라이언트 요청을 서버가 거부했다는 뜻으로 클라이언트 로더 문제가 아닌 서버의 문제라고 생각한다.
🔥 How to fix ?
에러 발생시 다른 이미지로 대체
const
handleError
=
(
e
)
=>
{
e
.
target
.
scr
=
default_img
;
}
<
img
src
=
'
~~
'
onError
=
{
handleError
}
/>
고병표
팔로우
이전 포스트
[TypeScript Error] The left-hand side of an arithmetic operation must be of type ‘any’ ‘number’ or an enum type (TS2363)
다음 포스트
[TypeScript Error] Next.js + TypeScript + Styled-components 에러
0개의 댓글
댓글 작성
관련 채용 정보