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

feat: add `bigint` support #122

Closed steveluscher closed 1 year ago

steveluscher commented 1 year ago
  1. I discovered that the codesandbox.io console dies when you try to log a bigint
  2. I found https://github.com/codesandbox/codesandbox-client/issues/5981
  3. That led me to https://github.com/samdenty/console-feed/issues/90

This PR introduces bigint serialization support so that you can do this:

console.log(1n, 0n, -1n)

Fixes https://github.com/codesandbox/codesandbox-client/issues/5981 Fixes https://github.com/samdenty/console-feed/issues/90

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

samdenty commented 1 year ago

published in 3.5.0