We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5a3483 + 2ced31f commit 1088c72Copy full SHA for 1088c72
src/render.js
@@ -61,6 +61,7 @@ function cleanup() {
61
62
function cleanupAtWrapper(wrapper) {
63
if (
64
+ wrapper.element &&
65
wrapper.element.parentNode &&
66
wrapper.element.parentNode.parentNode === document.body
67
) {
0 commit comments