ember-in-element-polyfill
ember install ember-in-element-polyfill
This will make in-element
(see RFC 287) available in all Ember versions
starting at 1.13.
For Glimmer2 based Ember versions (2.10+) this addon will use the already available private -in-element
, while for
earlier versions (1.13 - 2.9) it will use a fallback based on ember-wormhole.
All of this is done using AST transforms, so no run-time overhead will occur.
Also it will play nicely with ember-maybe-in-element, in case you have
a need for the additional renderInPlace
functionality.