Log actions in collapsed groups by default
This commit is contained in:
parent
83861cc5be
commit
a81a68b6e2
@ -21,7 +21,7 @@ export class ReduxLogger {
|
||||
|
||||
const stateDiff = diff(prevState, nextState)
|
||||
// tslint:disable-next-line
|
||||
console.group(type)
|
||||
console.groupCollapsed(type)
|
||||
// tslint:disable-next-line
|
||||
console.log(
|
||||
'action: %O\nstateDiff: %O\nprevState: %O\nnextState: %O',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user