You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you enable network inspect inside react-native-debugger and make a fetch() call via cross-fetch and the server responds with JSON, the response is converted to the literal string "[object Blob].
This issue has been brought up in react-native-debugger before, and the authors essentially say when this happens "you are referencing the wrong fetch". See: jhen0409/react-native-debugger#440 (comment)
The text was updated successfully, but these errors were encountered:
https://github.com/jhen0409/react-native-debugger is a pretty popular tool to debug RN apps.
If you enable network inspect inside
react-native-debugger
and make afetch()
call viacross-fetch
and the server responds with JSON, the response is converted to the literal string"[object Blob]
.This issue has been brought up in react-native-debugger before, and the authors essentially say when this happens "you are referencing the wrong fetch". See: jhen0409/react-native-debugger#440 (comment)
The text was updated successfully, but these errors were encountered: