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.
1 parent baf6ce7 commit 272100fCopy full SHA for 272100f
srhfl.js
@@ -16,6 +16,7 @@ const logger = (reducer) => {
16
console.log("%cPrevious State:", "color: #9E9E9E; font-weight: 700;", state);
17
console.log("%cAction:", "color: #00A7F7; font-weight: 700;", action);
18
console.log("%cNext State:", "color: #47B04B; font-weight: 700;", next);
19
+ console.groupEnd();
20
return next;
21
}, [reducer]);
22
0 commit comments