react icon indicating copy to clipboard operation
react copied to clipboard

Bug: Unsupported Bridge operation "0" using both react-devtools and Flipper

Open QuangBinhDinh opened this issue 1 year ago • 3 comments

Today I installed the latest version of Flipper(0.135.0) with DevTools version 4.24.3. When debug my app this error appeared

image

I try to install react-devtools-core to my project with the same version as DevTools specified in Flipper ( hopefully think this will fix error ), but still don't. Then I try to install globally the React DevTools with this command npm i -g [email protected], but it still have the error above when debugging app.

Then I have to downgrade both version of react-devtools-core and global DevTools to 4.19.0 to have my DevTools run without error . I wonder if I can download Flipper which has this older version . Or if not, how can I fix the current version ?

React version: 18.1.0

Steps To Reproduce

  1. Install Flipper latest version (0.135.0) via Homebrew
  2. Install react-devtools-core version 4.24.3 to my project----> Error appear
  3. Install React Devtools globally version 4.24.3 ----> Error still appear

QuangBinhDinh avatar Jul 12 '22 17:07 QuangBinhDinh

Hey! How did you install react-devtools-core to your project?

lunaruan avatar Jul 12 '22 20:07 lunaruan

@lunaruan I just run this command npm i [email protected] at my root project folder. I also do same with the older version.

QuangBinhDinh avatar Jul 13 '22 01:07 QuangBinhDinh

@lunaruan Any update on this error ? Or can you tell me which Flipper version is compatible with my current react-devtools-core version ?

QuangBinhDinh avatar Jul 14 '22 01:07 QuangBinhDinh