HierarchyRequestError #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I tried using the latest version but it breaks on a HierarchyRequestError. I tracked down the bug:
Here you call
trigger(document, ...), but trigger will add the element to the DOM if it doesn't have a parentNode (which document doesn't) here. The result is a call likedocument.body.appendChild(document)which breaks.After downgrading to 0.1.4 this error disappeared.
getting this too.
Me, too.
Fix as a PR is always welcome :)
Note: I don't currently use this package and so, do not want to take time for it.
Did this ever get fixed? Getting this too.
Closed by
1d292a1a6ewoohoo!