Closed graup closed 8 years ago
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 1d292a1a6eeb19918304c28d31b513d05a88c086
woohoo!
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.