This message was deleted.
# general
s
This message was deleted.
w
Are you sure you aren't passing the
opts
from the component down into a child somewhere - like
opts: opts
or
opts: {...opts, parent: this}
. I've seen this error when I accidentally did this. I'm hoping we'll be able to clean up some of the error case here as part of https://github.com/pulumi/pulumi/issues/1802, I'll add a note referencing this specific issue to that.
f
Yes, I can confirm with certitude only
{ parent: this }
is passed down explicitly to each child of my component.
w
Which resource is this error reported against for you? (and is there any additional detail you can share in DM?)
f
I will prepare a summary of everything and will send that to you in DM