If the MutationRecord contains nested child elements and the target is one of them, it is not processed. For example ``` monitor.added('.target', target => console.log(`target added`)); ``` added node: ``` <div> <div class="target"></div> </div> ```