sparse-intern-71089
12/21/2021, 11:30 AMgreen-school-95910
12/21/2021, 4:14 PMAutoParentComponentResource
and use that as your base class.little-cartoon-10569
12/21/2021, 7:46 PMconst child = new Resource(name, args, { ...opts, parent: parent})
. The splat / spread operator is great here. I don't recommend using parent: this
unilaterally. Lots of child resources in my stacks are children of children, so this
would be wrong.broad-helmet-79436
12/22/2021, 2:49 PM