Redux Debugger not registering in flipper
I'm using Flipper 0.39.0 on Linux with Android on an Emulator and I think I have enabled all the required initialization. But the Flipper Redux Debugger Pluing does not get listed and in the Flipper debugger console I see the following error:
Error: Feature not implemented
at getUser (user.tsx:13)
at e.default (user.tsx:17)
at index.tsx:51
at Array.map (<anonymous>)
at _default (index.tsx:51)
at init.tsx:109
at Object.rehydrate (persistStore.js:82)
at _rehydrate (persistReducer.js:61)
at persistReducer.js:90
(anonymous) @ user.tsx:23
Promise.catch (async)
e.default @ user.tsx:21
(anonymous) @ index.tsx:51
_default @ index.tsx:51
(anonymous) @ init.tsx:109
rehydrate @ persistStore.js:82
_rehydrate @ persistReducer.js:61
(anonymous) @ persistReducer.js:90
Promise.then (async)
(anonymous) @ persistReducer.js:89
Promise.then (async)
(anonymous) @ persistReducer.js:84
combination @ redux.js:458
dispatch @ redux.js:212
persist @ persistStore.js:114
persistStore @ persistStore.js:123
(anonymous) @ init.tsx:106
loadModuleImplementation @ require.js:323
guardedLoadModule @ require.js:212
metroRequire @ require.js:130
(anonymous) @ reduxDevToolsConfig.tsx:37
The same is happening for the same App with an iOS Simulator on Mac.
Hey, thanks for using flipper-plugin-redux-debugger!
I've tested on my environment (macOS, flipper 0.39) and it works great. Can you try to restart Flipper a few times or using cmd+R to refresh Flipper? When I first install the plugin, I had to restart a few times to get the plugin active. (It could be Flipper bug or the plugin bug, I will find out later.)
Another thing to note that the current implementation of the plugin you have to dispatch your 1st action in order to get the plugin connected. I'm planning to change the behavior in the future. So if you can't see Redux Debugger on your Flipper, maybe you can try to dispatch an action.
Same problem, refreshing Flippern isn't fixing it.
May I know what is your react-native and flipper version? and also step to reproduce. Thanks 🙏🏻
@jk-gan
"react-native": "0.62.1", Flipper: Version 0.39.0 (50.0.0)
But I also have the same problem as mentioned here: https://github.com/facebook/react-native/issues/28531
(Debugger only connects only with having lot of problems with my app)
So I can't really say that this is a Flipper problem but I guess so. I have to fix the other problem first to be sure.
Did u try to dispatch any redux action? Because of the current implementation of the plugin you have to dispatch your 1st action in order to get the plugin connected.
I just switched to flipper and I am having the the same issue on the flipper desktop app running a react native project

I am getting the following status when clicking manage plugins. I am thinking maybe the fact that it shows flipper plugin sections as disabled has something to do with it. I have looked around to find out how to enable this and there is no documentation regarding this. Any help would be great.
Hi @salamancajr , just a quick check with you.
react-nativeversion?flipperdesktop version?- Did you install
redux-flipperandreact-native-flipperon yourreact-nativeapp? - Did you dispatch any redux action?
I just tested with 2 newly created react-native apps and they work fine on my side
i dispatched an action and i see it now.
I'm glad it works now @salamancajr! We will change the connection implementation in the next version to start the flipper connection when your app is started. So you will be able to see Redux Debugger in your Flipper before you dispatch any action.
Enhanced in redux-flipper V1.1.0
Connection will be added at createStore phase.
#https://github.com/jk-gan/redux-flipper/pull/17
Not working for me. I have tried all the mention resolutions.

React native version = 0.62.2 Flipper Desktop Version 0.42.0 (50.0.0)
I have installed both redux-flipper (1.1.0) and react-native-flipper (0.39.0)
This error message is from Flipper, I got it even my Flipper is empty without any plugin:

Can you elaborate more on your issue?
@jk-gan I have installed redux-debugger plugin, but not seeing it on flipper.


Ok, let's work together to figure out what is the root cause, can you answer these questions for me?
- Did you install
redux-flipper? - Did you add
redux-flippermiddleware intoreduxstore? - Besides
redux-flipper, what middlewares you use forredux? - Is your app connecting to
flipper?
@jk-gan
Did you install redux-flipper?
Yes, redux-flipper 1.1.0 is installed
Did you add redux-flipper middleware into redux store?
Yes.
Besides redux-flipper, what middlewares you use for redux?
Apart from redux-flipper, there is redux-logger and createReactNavigationReduxMiddleware from react-navigation-redux-helpers
Is your app connecting to flipper?
Yes app has connected to Flipper, and I am able to see other things like Logs, Layout, Network etc.
I also tried installing some other plugins, none of them show up. Also, I am not able to see the pre-installed React Dev tools plugin too. Could this be some other issue?
Can you show me your plugin status? Manage Plugins > Plugin Status
Looks like your Android setup is incorrect. That problem is unrelated to this plugin, best check the Flipper setup docs or file an issue at Flipper.
On Thu, 21 May 2020, 23:22 PoojaMD, [email protected] wrote:
@jk-gan https://github.com/jk-gan Even I'm facing the same issue [image: Screenshot 2020-05-22 at 3 50 28 AM] https://user-images.githubusercontent.com/19702886/82612019-80415900-9bdf-11ea-8fa8-5fa598ad8195.png
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jk-gan/flipper-plugin-redux-debugger/issues/10#issuecomment-632376326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN4NBERZAYNUHSTIPU6XETRSWSRJANCNFSM4MQG54QA .
I had a same issue because i am using too low version of flipper(0.3.x) Upgrade flipper app then it works great! (0.43.0)
Same issue here, with latest react-native (0.63.2), Flipper (0.52.1) and redux-flipper (1.3.1) versions, on both android and iOS emulators.
I see the flipper-plugin-redux-debugger (v 1.2.0) with green plugin status in the Flipper app, but it's supposedly not supported by my app. The middleware is set up according to the documentation and it's the only one, besides redux-saga. I also made sure that an action is dispatched and tried reloading Flipper, uninstalling and reinstalling my app, cleaning build folders, clearing cache etc. and even installing react-native-flipper as a peer dependency (even though this shouldn't be required with react-native versions 0.62+) – nothing seems to work.
Did anybody solve this?
Same issue here, with latest react-native (0.63.2), Flipper (0.52.1) and redux-flipper (1.3.1) versions, on both android and iOS emulators.
I see the flipper-plugin-redux-debugger (v 1.2.0) with green plugin status in the Flipper app, but it's supposedly not supported by my app. The middleware is set up according to the documentation and it's the only one, besides redux-saga. I also made sure that an action is dispatched and tried reloading Flipper, uninstalling and reinstalling my app, cleaning build folders, clearing cache etc. and even installing react-native-flipper as a peer dependency (even though this shouldn't be required with react-native versions 0.62+) – nothing seems to work.
Did anybody solve this?
Hi, do you see Redux debugger in the sidebar?
No, all I am seeing is this:

Can you share the reproduce steps here? because I can get the plugin work on my side.
+1, not showing up. Used to work before. On Flipper desktop version 0.53.0.
Tested in Flipper desktop version 0.54.0 and it is working fine.
Showing up.
Flipper : 0.62.0(50.0.0) react-native : 0.63.3 redux-flipper : 1.4.0
I followed his instruction @adi2412
Thanks @kimkr it fixed for me as well.
To those who are facing this issue on Android, auto linking seems to be returning Flipper instance undefined in react-native-flipper/index.js. I fixed it by adding if (BuildConfig.DEBUG) { packages.add(new FlipperPackage()); } in createAdditionalReactPackages method of MainApplication.java. Might help you as well. I'm on RN 63.4
For the life of me I cannot get this to show up in the sidebar, Flipper version 0.102.0. As far as I got was to use the repo to load it in manually and it failed but at least I saw it in the sidebar. I even tried to bundle it myself with no luck.. any thoughts?
For the life of me I cannot get this to show up in the sidebar, Flipper version 0.102.0. As far as I got was to use the repo to load it in manually and it failed but at least I saw it in the sidebar. I even tried to bundle it myself with no luck.. any thoughts?
@zmanring There are a few of things you may check.
- Is there any error message shown in the flipper chrome debugger for auto installation? Manual dynamic loading can be buggy if you are using windows environment.
- Make sure the connection between your device and flipper success.
- Make sure you installed and configured
redux-flippermiddleware in your app.