reactotron
reactotron copied to clipboard
Redux not working
Redux plugin isn't working for me.
I'm on debian. Reactotron version 2.15.1-571
Sagas, Connect etc are working, just no state information :/
I run the connect in the root componentDidMount, and successfully see the reactotron object from there. There's no error messages, no logs, nothing I can look to see what might be happening... stumped! Here's my config file:
const reactotron = Reactotron
.configure({
name: appName,
})
.useReactNative({
asyncStorage: false,
})
.use(reactotronRedux({ onRestore: Immutable }))
.use(sagaPlugin())
Thanks for helping
What do I do to debug? Fix this?
I don't know if this helps, but I was running into this issue as well, until I added a subscription in the State tab of Reactotron. I don't believe that it mentions that this is needed in the documentation, so I was confused by it at first as well.
This is what I did:
- Go to the
Statetab and click on the+button (or type the key command that it mentions in the middle of the screen)
- Type in
*in the "Path" field in the modal that pops up
That should be it. You can start dispatching actions that will update your Redux store, and you should see the full store updating live in this tab now.
Note: You can customize the "Path" parameter if you only want to see certain parts of your store updating.
I'm on ubuntu 20.04 and I can not see the infos about subscriptions in my Timeline (3.0.0-beta9)

its 2022 and the issue is still there. It can be fixed by reverting reactotron-redux to 2.1.0 and using latest stable client app 2.x or latest beta 3.x It might be that reactotron-redux versions above 2.1.0 also work but latest one probably doesnt