infinitered / infinitered/reactotron

Redux not working

Open
#1,108 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.6k
Forks
972
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the provided Reactotron configuration, especially the reactotronRedux setup and the root componentDidMount connection point. Reproduce the issue with Reactotron 2.15.1-571 on Debian and verify whether Redux state information appears while the saga plugin continues to work; done means the cause is identified and state inspection works or the missing configuration is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native, redux
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.