```new random.RandomBytes('xyz', { length: 32 })``...
# general
i
Copy code
new random.RandomBytes('xyz', { length: 32 })
gives me
panic: reflect: call of reflect.Value.MethodByName on zero Value
when I try to use the
.hex
output
clearly a bug, created github issue here: https://github.com/pulumi/pulumi/issues/15148