I have unit tests for my reducers. However, when I\'m debugging in the browser, I want to check if my actions have been called correctly and whether the state h
reducers
The recommended solution doesn't work for me.
The correct command is:
$r.props.store.getState()