reactNative 使用过程中碰到这个错误。当然直接在stackOverflow 中直接有这个问题的答案
https://stackoverflow.com/questions/54510060/expo-react-native-there-was-a-problem-sending-log-messages
也就是说不要直接 console.log(res),因为res 这个对象太大,不好直接输出。所以就单纯输出其中的一部分就行
比如 res.data
reactNative 使用过程中碰到这个错误。当然直接在stackOverflow 中直接有这个问题的答案
https://stackoverflow.com/questions/54510060/expo-react-native-there-was-a-problem-sending-log-messages
也就是说不要直接 console.log(res),因为res 这个对象太大,不好直接输出。所以就单纯输出其中的一部分就行
比如 res.data