[ReactNative/RN] Possible Unhandled Promise Rejection 이슈 해결 방안
fetch를 이용하여 API를 사용할 때, GET 함수를 불러올 경우 위와 같은 에러를 마주할 때가 있다. 예를 들면, fetch(`${IP}/users/${props.id}/1`) .then(response => response.json()) .then(data => console.log(data)) 이런 식으로 GET 호출하였다 치면 거의 100% 위와 같은 에러를 마주할 것이다. 해결 방법은 아주 간단하다. fetch(`${IP}/users/${props.id}/1`) .then(response => response.json()) .then(data => console.log(data)) .catch(error => {console.log(error)}) 이런식으로 .catch 만 붙여주면 아주 간..
개발 세상/React Native
2022. 3. 3. 20:21
반응형
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- FlatList
- REACT
- Mac
- typeScript
- build
- React Hooks
- 앱개발
- It
- CSS
- TS
- 코린이
- React Native
- Android
- 스파르타코딩클럽
- useEffect
- Xcode
- vsC
- Ai
- gradle
- IMAGE
- ChatGPT
- useState
- 영종도데이트
- JavaScript
- ReactNative
- Firebase
- vscode
- rn
- ios
- app
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함