Bug: Unsupported Bridge operation "0" using both react-devtools and Flipper
Today I installed the latest version of Flipper(0.135.0) with DevTools version 4.24.3. When debug my app this error appeared
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
- Install Flipper latest version (0.135.0) via Homebrew
- Install
react-devtools-coreversion 4.24.3 to my project----> Error appear - Install React Devtools globally version 4.24.3 ----> Error still appear
Hey! How did you install react-devtools-core to your project?
@lunaruan I just run this command npm i [email protected] at my root project folder. I also do same with the older version.
@lunaruan Any update on this error ? Or can you tell me which Flipper version is compatible with my current react-devtools-core version ?