You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, console-table-printer crash if there is a BigInt in the table as it's not capable of serializing it.
Even using transform function does not do the trick.
Currently,
console-table-printercrash if there is a BigInt in the table as it's not capable of serializing it.Even using transform function does not do the trick.