I have a `ember-tether` inside an `{{#if}}` that contains a `{{link-to}}`. The following breaks: - make the `if` evaluate to `true` - click the `{{link-to}}` - make the `if` evaluate to `false` I get this error: > Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.