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
React Native Debugger app version: 0.11.7
React Native version: 0.63.4
Platform: Android simbulator
Is real device of platform: No
Operating System: macOS
Hi , I am just installing basic app via expo using
expo init my-app
Then I installed react-native-debugger and connected to the port 19000.
When I click any elements via Devtools I get following error
React DevTools] Error calling listener {event: "inspectElement", payload: {…}}
RemoteConsole.js:80 error: TypeError: Cannot read property 'forEach' of undefined
at mergeInspectedPaths (backend.js:10860)
at Object.inspectElement (backend.js:10983)
at backend.js:12556
at Bridge.emit (backend.js:5496)
at backend.js:13211
at backend.js:15406
at Array.forEach (<anonymous>)
at EventTarget.handleMessage (backend.js:15404)
at EventTarget.dispatchEvent (event-target-shim.js:818)
at WebSocket.js:231
ExceptionsManager.js:179 TypeError: Cannot read property 'forEach' of undefined
at mergeInspectedPaths (backend.js:10860)
at Object.inspectElement (backend.js:10983)
at backend.js:12556
at Bridge.emit (backend.js:5496)
at backend.js:13211
at backend.js:15406
at Array.forEach (<anonymous>)
at EventTarget.handleMessage (backend.js:15404)
at EventTarget.dispatchEvent (event-target-shim.js:818)
at WebSocket.js:231
Please check attached image
The text was updated successfully, but these errors were encountered:
React Native Debugger app version: 0.11.7
React Native version: 0.63.4
Platform: Android simbulator
Is real device of platform: No
Operating System: macOS
Hi , I am just installing basic app via expo using
expo init my-app
Then I installed react-native-debugger and connected to the port 19000.
When I click any elements via Devtools I get following error
Please check attached image
The text was updated successfully, but these errors were encountered: