infinitered / infinitered/reactotron
Redux not working
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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