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
Our gRPC messages contain bigints (as translated from uint64 by ts-proto), and grpc-web-devtools fails to display them. It fails with:
content-script.js:137 Uncaught Error: Could not serialize message.
at sendGRPCNetworkCall (content-script.js:137:10)
at handleMessageEvent (content-script.js:148:5)
Our gRPC messages contain bigints (as translated from uint64 by ts-proto), and grpc-web-devtools fails to display them. It fails with:
I suspect this is a similar issue to preactjs/preact-devtools#454
The text was updated successfully, but these errors were encountered: