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
When using defaults:false option, I'm seeing null values in inherited properties corresponding to fields when I inspect the return values of decode or toObject.
I had been under the impression that I would get undefined instead, but that doesn't seem to be the case.
There's an older issue #658 that seems to describe my situation exactly.
Maybe I'm just doing something wrong?
Thanks for protobufjs!
The text was updated successfully, but these errors were encountered:
protobuf.js version: 6.8.6
When using
defaults:false
option, I'm seeingnull
values in inherited properties corresponding to fields when I inspect the return values ofdecode
ortoObject
.I had been under the impression that I would get
undefined
instead, but that doesn't seem to be the case.There's an older issue #658 that seems to describe my situation exactly.
Maybe I'm just doing something wrong?
Thanks for protobufjs!
The text was updated successfully, but these errors were encountered: