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 have a MyMessage with a nested enum called Action and another top level message called Action. The resolveAll() call is associating the field action inside MyMessage which should be tied to the enum and instead associating it with top level Action type.
the resolution logic should first check local scope before resolving the Type at the namespace level.
The text was updated successfully, but these errors were encountered:
protobuf.js version: 6.6.5
I have a MyMessage with a nested enum called Action and another top level message called Action. The resolveAll() call is associating the field action inside MyMessage which should be tied to the enum and instead associating it with top level Action type.
the resolution logic should first check local scope before resolving the Type at the namespace level.
The text was updated successfully, but these errors were encountered: