samdenty / console-feed

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

Can't clear the console #89

Closed KathRains closed 3 years ago

KathRains commented 3 years ago

When I call concole.clear() I have the following error in the console:

[console-feed] Failed to parse message! log.data was not an array!

How to clear console silently without any other messages?

KathRains commented 3 years ago

Ok, I found I just can set logs to empty array.