UNPKG

dm-web-react

Version:

The DM web client with React.

10 lines 378 B
import createRootReducer from "./createRootReducer"; export default function injectReducer(store, _a) { var key = _a.key, reducer = _a.reducer; if (!store.asyncReducers) { store.asyncReducers = {}; } store.asyncReducers[key] = reducer; store.replaceReducer(createRootReducer(store.asyncReducers)); } //# sourceMappingURL=injectReducer.js.map