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 typings generated for proto messages only include getters/setters to proto message fields, but do not include typings for inherited methods from jspb.Message, resulting in TypeScript compiler errors when trying to use Message methods.
Discovered this when trying to use Message.clone().
The text was updated successfully, but these errors were encountered:
Currently typings generated for proto
message
s only include getters/setters to proto message fields, but do not include typings for inherited methods fromjspb.Message
, resulting in TypeScript compiler errors when trying to useMessage
methods.Discovered this when trying to use
Message.clone()
.The text was updated successfully, but these errors were encountered: