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
If you're using Next JS, you can access the store by: window.__NEXT_REDUX_STORE__.getState() You can also dispatch actions, just look at the options you have in window.__NEXT_REDUX_STORE__
window.__NEXT_REDUX_STORE__.getState()
window.__NEXT_REDUX_STORE__