react-native-echarts-wrapper icon indicating copy to clipboard operation
react-native-echarts-wrapper copied to clipboard

Error: SyntaxError: Unexpected token o in JSON at position 1 at JSON.parse

Open sainiankit opened this issue 4 years ago • 0 comments

https://github.com/tomLadder/react-native-echarts-wrapper/blob/ec0a62faa1f3f8a2fd91ede11ca39c258c33317c/src/index.js#L72

SyntaxError: Unexpected token o in JSON at position 1
    at JSON.parse (<anonymous>)
    at Object.onMessage (index.js:72)
    at WebView._this.onMessage (index.js:1)

Seems like the unescaped result is "[object Object]"

sainiankit avatar Jul 05 '21 12:07 sainiankit