-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Enum breakage in static code. #641
Labels
Comments
Getting more than that. Sorry
and when I look at the generated code for this one
|
Always amazing how many stupid mistakes there are, still 😲 |
I'll check this out when I get home. |
Looks good sir. Thanks!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
protobuf.js version: 6.5.0
After pulling the latest from git, I find that the generated static code is referencing 'values' while trying to resolve the numeric part of an enum.
In the code below types[2].values should simply be types[2][message.changeType]
The text was updated successfully, but these errors were encountered: