jk-gan / flipper-plugin-redux-debugger

Flipper plugin for Redux in React Native
MIT License
117 stars 20 forks source link

Why redux-debugger installed but not showed in Enabled list bar? #70

Open bemulima opened 8 months ago

bemulima commented 8 months ago

I recently installed boilerplate v3.7.2 where under the bonnet are already imported:

in redux store:

if (__DEV__ && !process.env.JEST_WORKER_ID) {
            const createDebugger = require('redux-flipper').default;

            console.log('+++ redux', createDebugger); // showing: +++ redux [Function createDebugger]
            middlewares.push(createDebugger());

            middlewares.push(logger()); // redux logger
        }

So after all procedure I installed flipper (v0.202.0) also Install flipper-plugin-redux-debugger (v2.0.2) in Flipper desktop client. Then I see redux-debugger in intalled list but I don't see in right bar where Enabled:

image

I need a help! Why redux-debugger installed but not showed in Enabled list bar?

Additionally: When I change dark theme state I see by redux logger actions in logs:

image

omerkok commented 7 months ago

I have the same error too. When you press the Install button, it seems to download and reload the flipper, but it does not appear in the plugins. I am working on a Mac PC. When I go to ./flipper/installed-plugins for checking purposes, I see that the plugin is not installed. My Mac Flipper app version is 0.239.0.

bemulima commented 7 months ago

I have the same error too. When you press the Install button, it seems to download and reload the flipper, but it does not appear in the plugins. I am working on a Mac PC. When I go to ./flipper/installed-plugins for checking purposes, I see that the plugin is not installed. My Mac Flipper app version is 0.239.0.

I just turned to reactotron