jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.36k stars 809 forks source link

UnsupportedBridgeOperationError with RND v0.13 & RN 0.66.0, RNW 0.66.5 #734

Closed Slyther closed 1 year ago

Slyther commented 1 year ago

React Native Debugger app version: 0.13.0 React Native version: 0.66.0 Platform: Windows (RNW 0.66.5) Is real device of platform: Yes Operating System: Windows 10 21H2

Seems like a lot of people are saying this should just work, but I'm adding the "overrides" property to my package.json, for react-devtools-core ~4.25.0, and I'm still seeing this UnsupportedBridgeOperationError. I don't have said package listed as a dependency on my project, though I tried adding it but it made no difference for me. Is there an "obvious" step that I'm missing here?

  1. delete node modules
  2. add "overrides" property to package json
  3. do npm install
  4. run project with debugger v0.13 open

This is what I get: image Redux works, network inspection works, seems like the console should be working (maybe) but the component tree isn't loading, nor is the profiler, so the issue for sure seems to be React Devtools.

Version 0.12.1 works fine, so I'm sticking to it, but if it's at all possible to use 0.13, I'd prefer it.

Slyther commented 1 year ago

I have no idea what happened, I was working on my project without making any changes to any debugger configurations when all of a sudden, version 0.12.1 just broke and now 0.13.0 is working. I did nothing, I have no clue how this fixed itself all of a sudden.

Guess this issue is no longer important and can be closed.