You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use filepicker-js 2.4.18 and get this error in console
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
This is not critical as upload still works.
But would be nice to fix it.
This happens because you remove filepicker_shade first, and then try to remove filepicker_dialog_container which was located inside filepicker_shade
I use filepicker-js 2.4.18 and get this error in console
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
This is not critical as upload still works.
But would be nice to fix it.
This happens because you remove filepicker_shade first, and then try to remove filepicker_dialog_container which was located inside filepicker_shade
https://github.com/filepicker/filepicker-js/blob/2.4.18/src/dialog/modal.js#L99-L106
The text was updated successfully, but these errors were encountered: