Closed toth-istvan-zoltan closed 4 months ago
Right now fragment finding functions are non-deep by default to avoid the expensive traversal in the fragment tree.
It seems like that in most use cases the deep traversal is used, so it would be better to have that as default.
Changed deep to true.
true
Right now fragment finding functions are non-deep by default to avoid the expensive traversal in the fragment tree.
It seems like that in most use cases the deep traversal is used, so it would be better to have that as default.