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
TypeError: Do not know how to serialize a BigInt
at JSON.stringify (<anonymous>)
at Object.update [as p] (eval at handle_message (about:srcdoc:21:8), <anonymous>:4836:12)
at Object.update [as p] (eval at handle_message (about:srcdoc:21:8), <anonymous>:5285:37)
at update (eval at handle_message (about:srcdoc:21:8), <anonymous>:631:31)
at flush (eval at handle_message (about:srcdoc:21:8), <anonymous>:591:6)
The text was updated successfully, but these errors were encountered:
There are a lot of values that don't serialize to JSON, so this will cause crashes if you take arbitrary values in from users of this lib and run them through JSON.stringify internally.
REPL:
https://svelte.dev/repl/f24b4451867d45bd855d1e333ad9518f?version=4.2.18
Error:
The text was updated successfully, but these errors were encountered: