You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the instructions to setup Redux on Reactotron. It is kinda working as I can see the redux state showing up on Subscriptions section of State tab. However, the Subscription changes on Timeline tab is just empty.
As attached a video that shows the issue:
subscription_bug.mov
Reactotron version
5.1.7
The text was updated successfully, but these errors were encountered:
Same for us - everything works except the subscriptions in the timeline tab - the State are correctly updating in the State tab - not sure what we did wrong in the setup (we use redux connect api / redux-observable / redux-persist)
We had a similar issue on our app, but we noticed that our redux store was being created within the App component possibly leading to the redux store getting re-created on every re-render. This seemed to also cause an issue with Reactatron not loading up the state values within the State tab.
Moving the definition of the store to outside the component fixed the issue for us 👍🏼
Describe the bug
I have followed the instructions to setup Redux on Reactotron. It is kinda working as I can see the redux state showing up on
Subscriptions
section ofState
tab. However, theSubscription
changes onTimeline
tab is just empty.As attached a video that shows the issue:
subscription_bug.mov
Reactotron version
5.1.7
The text was updated successfully, but these errors were encountered: