samdenty/console-feed

Issue with log grouping

bodinsamuel opened this issue · 2 comments

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

Screenshot 2020-10-12 at 14 46 36

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

Interesting
Thanks, i will fix it!

thanks @RealPeha much appreciated 🙏🏻