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
I you have nested types in your .proto file the .d.ts typescript files will generate the AsObject type helpers incorectly. They will have nested types as there actual message type instead of the corresponding AsObject type. The javascript works correctly so this is just an issue with the typescript generation.
The text was updated successfully, but these errors were encountered:
This might have been fixed via #430? I am not entire sure. It probably doesn't. But just in case, can you check the released version of 1.0.4 to see if the issue is fixed?
I you have nested types in your .proto file the .d.ts typescript files will generate the AsObject type helpers incorectly. They will have nested types as there actual message type instead of the corresponding AsObject type. The javascript works correctly so this is just an issue with the typescript generation.
The text was updated successfully, but these errors were encountered: