fix redux release link

This commit is contained in:
mkg0 2017-02-14 17:22:18 +03:00
parent df1a4ea555
commit 6a5c7aeb26

View File

@ -93,7 +93,7 @@ const enhancer = compose(
export default function configureStore(initialState) { export default function configureStore(initialState) {
// Note: only Redux >= 3.1.0 supports passing enhancer as third argument. // Note: only Redux >= 3.1.0 supports passing enhancer as third argument.
// See https://github.com/rackt/redux/releases/tag/v3.1.0 // See https://github.com/reactjs/redux/releases/tag/v3.1.0
const store = createStore(rootReducer, initialState, enhancer); const store = createStore(rootReducer, initialState, enhancer);
// Hot reload reducers (requires Webpack or Browserify HMR to be enabled) // Hot reload reducers (requires Webpack or Browserify HMR to be enabled)