samdenty / console-feed

Captures console.log's into a React Component 🔥
https://stackblitz.com/~/github.com/samdenty/console-feed
MIT License
662 stars 110 forks source link

Missing `console.dir` #100

Closed NickFoden closed 1 year ago

NickFoden commented 2 years ago

Going through mock interview with mentee and went in bit of a circle because console.dir didn't show up in sandbox console with any output at all and we thought their query was failing to execute.

https://github.com/codesandbox/codesandbox-client/issues/3238

Can I make a PR to update methods to include dir or is this method missing on purpose?

Thank you,