limited-rainbow-51650
10/27/2021, 9:17 PMComponentResource
, doesn't pass the opts
to the child resources. It only passes it to super
. I assume the correct explicit provider is used then for the child resources.
But if I pass transformations
in ComponentResourceOptions
, are these implicitely passed to all the child resources as well?little-cartoon-10569
10/27/2021, 9:28 PMlimited-rainbow-51650
10/27/2021, 9:31 PMsuper
, not to your child resources. Provider lookup seems to work correctly after that.little-cartoon-10569
10/27/2021, 9:43 PM