I want to connect to the existing store instance in development mode to dispatch some actions to simulate the production environment.
I tried using:
https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Methods.md#connect
but looks like it is creating a new instance every time. Is there a way to connect to existing store and dispatch an action using API?