jk-gan / redux-flipper

Redux middleware for React Native for Flipper
MIT License
158 stars 21 forks source link

Can't Toggle Details on Flipper / Can't see debug tree #29

Closed ErickMaeda closed 3 years ago

ErickMaeda commented 3 years ago

I'm trying to debug the reducers tree, but not able.

My package.json

{
        "react": "16.13.1",
        "react-native": "0.63.2",
        "react-native-flipper": "^0.45.0",
        "redux-flipper": "^1.2.0",
}

I'm using flipper version 0.54.0 on MacOS

Here is the attach that you can see.

Screenshot 2020-09-01 at 00 10 49
ErickMaeda commented 3 years ago

Closing this, as it is not a bug. Just a user trying to use Flipper. lol

To solve this.

-> Click on any action dispatched. -> You can now see the detail.

Screenshot 2020-09-01 at 10 52 52