This is a specific instance of this issue: https://github.com/facebook/react-devtools/issues/1233
It occurs because of a mismatch of versions of react-devtools-core between this package and React Native. Recent versions of React Native use [email protected], but the most recent version of React Native Debugger is on [email protected]. I'm not sure why 3.4.3 introduces this issue.
React Native Debugger app version: 0.8.1
React Native version: 0.57.7
Platform: iOS, Android
Is real device of platform: Simulator/emulator
Operating System: macOS
Released version of react-native-debugger is on 3.4.0 according to this: https://github.com/jhen0409/react-native-debugger/blob/v0.8.1/yarn.lock#L6894
Sure it should get update.
Any workaround on this until the package gets updated?
Popped up a PR to upgrade
Released as v0.8.2.
Most helpful comment
Popped up a PR to upgrade