I am using Material Ui and in one particular window I have a Dialog that opens another Dialog where if something happens a notification goes off.
Now it seems as if the notification has its root in the first Dialog, which is wrong. It should be in the second Dialog.
Here's a screenshot of what this looks like.
Any help appreciated.