element.querySelectorAll('[data-global-notification-close="true"]') does not return any data because the children are not available at that time. if I use queueMicrotask() like this:querySelector*() works or is there a better stable solution I should be done?