In order to allow background UI elements (i.e. elements in the entire app) to be clicked on, the Toaster provider has pointer-events: none which makes click events pass-through to whatever elements ...
I have noticed two things, both start with this commit: 1st, it set domElement.style.pointerEvents to 'none', which makes sense, but now domElement is actually two elements and pointer-events: none ...