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
i got error message when start debugger, its work yesterday and didn't nothing change
deltaUrlToBlobUrl.js:24 Uncaught (in promise) TypeError: Cannot read property 'get' of undefined
at deltaUrlToBlobUrl (deltaUrlToBlobUrl.js:24)
at getBlobUrl (?platform=android&dev=true&minify=false:230)
at WebSocket.ws.onmessage (?platform=android&dev=true&minify=false:185)
Update
its work when using 127.0.0.1:8081 instead of localhost:8081
It looks like you are using an older version of React Native. Please update to the latest release, v0.60 and verify if the issue still exists.
The "Resolution: Old Version" label will be removed automatically once you edit your original post with the results of running `react-native info` on a project using the latest release.
I'm leaning towards closing this for two reasons: 1) insufficient repro steps (apparently it stopped working without any changes to the product code), and 2) you already worked around this by using the localhost ip address directly.
i got error message when start debugger, its work yesterday and didn't nothing change
Update
its work when using 127.0.0.1:8081 instead of localhost:8081
React Native version:
Steps To Reproduce
1.Start Remote JS Debugging
Describe what you expected to happen:
just want to debug
The text was updated successfully, but these errors were encountered: