[FIX] 잘못된 이미지 url일 때 엑스박스가 표기되는 문제 해결 #875
Merged
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.
What is this PR? 🔍
기능
잘못된 url로 이미지를 불려오려다 실패하는 네트워크 통신 예시
Changes 📝
useImageLoader
라는 훅으로 해당 이미지의 상태가 loading 중인지 loaded 됐는지, 에러인지 확인하고 렌더링을 하게 변경했습니다.ScreenShot 📷
이번 PR에서의 변경점
Precaution