mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
fix redux release link (#345)
This commit is contained in:
parent
41abd40631
commit
80d0e3fc64
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user