# Possible Unhandled Promise Rejection
총 1개의 포스트

React Native 오류 해결 - WARN Possible Unhandled Promise Rejection (id: 0)
오늘 마주친 에러는 "Possible Unhandled Promise Rejection" 되시겠다.axios를 사용해 api를 호출할 때 catch로 예외 처리를 하지 않아서...
2023년 1월 12일
·
0개의 댓글·
0오늘 마주친 에러는 "Possible Unhandled Promise Rejection" 되시겠다.axios를 사용해 api를 호출할 때 catch로 예외 처리를 하지 않아서...