Hi,
I'd like to use ember-wormhole in a part of the DOM that is not always rendered (i.e. a dropdown). But that doesn't work as it throws an "element is not in the DOM" error when the component is not shown.
Is there an option to fail silently and render only if the DOM element with the specified id is actually inside the DOM?
Thank you.