Open Pra3t0r5 opened 2 years ago
I am facing same issue. my OS is Ubuntu 20.04.4 LTS I can not see React devtools in Flipper. did you found any workaround? @Pra3t0r5
What the...?
Redux Debugger works well.
@2sem Did you find a fix?
@2sem Did you find a fix?
no... However redux-flipper, network is working. I tried with installing react-devtools manually, but I can't solve it.
Same issue here
I guess this is react-devtools issue. I got same error from react-devtools standalone
I found a solution.
"react-devtools-core": "4.24.3",
"resolutions": { "react-devtools-core": "4.24.3" },
š Bug Report
Uncaught Error: Cannot remove node "0" because no matching node was found in the Store.
To Reproduce
yarn workspace mobile start
(to start metro)yarn workspace mobile android
(to build my android app)Environment
More
Running:
adb shell am start -n com.myapp.app/com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity
I get: