simonihmig / ember-stargate

Modern lightweight portals for Ember
MIT License
68 stars 12 forks source link

Refactor @ember/render-modifiers usage #691

Open basz opened 3 months ago

basz commented 3 months ago

The use of did-insert will-remove modifers is discouraged and linting rules against it exist.

see https://nullvoxpopuli.com/avoiding-lifecycle/

This addon uses them in a single place and that should be refactored eventually.