Closed
Description
Hi guys
In our project when we have player in fullscreen mode we want to show some modals on user actions. For showing modal in fullscreen I use parentSelector
to change parent from body to player component. But when user leaves player in fullscreen mode with opened modal I get some error
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
because parent doesn't exist anymore (player) and removeChild function fails
Can be it fixed somehow? Thank you!