Currently, if a Component is dirty-checked, the
#EmbeddedView is dirty-checked as well.
But if the
#ReactiveConsumer of the
#EmbeddedView triggers only, there will be no need to automatically dirty-check the hosting Component as well. This also applies for
#ChildComponents.