Hello people, I'm wondering what's the puprose of ...
# python
b
Hello people, I'm wondering what's the puprose of
props
in
pulumi.ComponentResource()
, documentation says the following : props (Optional[dict]) – An optional list of input properties to use as inputs for the resource. , When checking Node.JS docs for `new ComponentResource()`it doesn't have props and it says : unused . Component resources do not communicate or store their properties with the Pulumi engine. I'm a little bit confused, did I miss something ?