We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6167db3 + 9012a06 commit 8dbf0feCopy full SHA for 8dbf0fe
generators/root/templates/store.js
@@ -8,7 +8,7 @@ function reduxStore(initialState) {
8
if (module.hot) {
9
// Enable Webpack hot module replacement for reducers
10
module.hot.accept('../reducers', () => {
11
- // We need to require for hot reloadign to work properly.
+ // We need to require for hot reloading to work properly.
12
const nextReducer = require('../reducers'); // eslint-disable-line global-require
13
14
store.replaceReducer(nextReducer);
0 commit comments