vaadin / flow-components

Java counterpart of Vaadin Web Components
101 stars 66 forks source link

Cannot add components while open #1550

Open heruan opened 5 years ago

heruan commented 5 years ago

Adding components to a ConfirmDialog while it's open results in a

(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.

heruan commented 5 years ago

Any feedback about this?