Issue with log grouping
bodinsamuel opened this issue · 2 comments
bodinsamuel commented
There is an issue related to recent changes: #52 by @RealPeha
With empty log
console.log();
console.log("a");
console.log("b");
console.log("c");
// Output
// (4)
Screenshots
Repro
https://codesandbox.io/s/console-feed-forked-ugjmf?file=/src/demo/index.js
Sidenote: This behavior should probably be an option instead of mandatory as in chrome
RealPeha commented
Interesting
Thanks, i will fix it!
bodinsamuel commented
thanks @RealPeha much appreciated 🙏🏻