Collapse redux log groups in the console
This commit is contained in:
committed by
Adam Butterworth
parent
baf6e83f73
commit
41339d8d6e
@@ -13,7 +13,9 @@ import rootSaga from '../sagas/RootSaga';
|
||||
export default function configureStore() {
|
||||
const history = createBrowserHistory();
|
||||
|
||||
const loggerMiddleware = createLogger();
|
||||
const loggerMiddleware = createLogger({
|
||||
collapsed: true,
|
||||
});
|
||||
const sagaMiddleware = createSagaMiddleware();
|
||||
const initialState = apiClient.getAuthenticationState();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user