export default ({ getState }) => next => action => { const ret = next(action); if (process.env.NODE_ENV !== 'production') { window.state = getState(); } };