The first is that we have made is so that `depends...
# general
l
The first is that we have made is so that `dependsOn`ing a
ComponentResource
will now end up causing you dependOn all the child resources of that
ComponentResource
. This is useful when a component represents an aggregation of many real resources, and you don't want some dependent resource to be created until that entire aggregation finishes being created.
🤩 4