react-native-debugger icon indicating copy to clipboard operation
react-native-debugger copied to clipboard

VM334 standalone.js:48 [React DevTools] Error calling listener

Open JWESTMA2 opened this issue 3 years ago • 1 comments

React Native Debugger app version: 0.11.0-beta-4 React Native version: 0.69.3 React Devtools version: 4.6.0-6cceaeb67 Platform: iOS Is real device of platform: No Operating System: macOS

When I open react native debugger, react devtool connects but I the console is empty. I get the following error in the developer tools console after React Devtools has connected:

VM334 standalone.js:48 [React DevTools] Error calling listener {event: "operations", payload: Array(1432)}

JWESTMA2 avatar Aug 06 '22 12:08 JWESTMA2

I ran into this as well and was able to resolve by updating the react-devtools-core version override from 4.14.0, which was the recommended version when I initially set up the integration, to ~4.25.0, per the current doc.

This may not be a universal solution, but it did resolve the issue in my case.

matthewstyers avatar Aug 14 '22 01:08 matthewstyers

The react-devtools-core issue already mentioned in documentation.

jhen0409 avatar Jul 22 '23 01:07 jhen0409