Open heruan opened 5 years ago
Adding components to a ConfirmDialog while it's open results in a
ConfirmDialog
(NotFoundError) : Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
The same works fine for Dialog.
Dialog
Any feedback about this?
Adding components to a
ConfirmDialog
while it's open results in aThe same works fine for
Dialog
.