ts-proto icon indicating copy to clipboard operation
ts-proto copied to clipboard

Bool type conversion error in encode method

Open JackTong0312 opened this issue 3 years ago • 0 comments

required bool dynamic_screen_size = 5 [default = true];

encode

if (message.dynamicScreenSize === true) { writer.uint32(40).bool(message.dynamicScreenSize); }

JackTong0312 avatar Aug 04 '22 07:08 JackTong0312