In order to modify the DevToolsState, you must dispatch a
DevToolsAction. Do not dispatch a DevToolsAction to modify your
normal application state. [...]
The DevToolsStore is a drop-in replacement for a normal Redux Store that
should only be used during Development, allowing you to "Time Travel"
between different states of your app. [...]