fix redux release link (#345)

This commit is contained in:
mehmet kamil gülen 2017-04-25 23:11:50 +03:00 committed by Mihail Diordiev
parent 41abd40631
commit 80d0e3fc64

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)