Skip to content

Bug Fixes

Latest
Compare
Choose a tag to compare
@tmorehouse tmorehouse released this 01 Sep 17:04
fix: unbind when el doesn't have parent node (#3)

In some cases the `el` to unbind it's the root node, so it doesn't have a parent node which causes an error: `TypeError: Cannot read property 'removeChild' of null`.