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
My app has many queries that return big int values. When I try to setup rn-better-dev-tools, the app throws "Warning: TypeError: Do not know how to serialize a BigInt"
would it be possible to use something like superjson to serialize and deserialize data sent to the external dev tools, or allow for custom stringify and parse functions on the options?