Commit f4c7e025 by hfpp2012 yinsigan

redux-devtools-extension

1 parent 35946b7b
......@@ -14,7 +14,7 @@ import { Provider, connect } from 'react-redux'
import rootReducer from './reducers'
const store = createStore(rootReducer, applyMiddleware(logger))
const store = createStore(rootReducer, applyMiddleware(logger), window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__())
ReactDOM.render(
<Provider store={store}>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!