adopted-ember-addons / ember-cli-flash

Simple, highly configurable flash messages for ember-cli
https://www.npmjs.com/package/ember-cli-flash
MIT License
355 stars 113 forks source link

Fix `this-property-fallback` deprecation warnings #354

Closed aoumiri closed 3 years ago

aoumiri commented 3 years ago

We would like to reduce the amount of deprecation warnings on our code base, and we noticed that we have some this-property-fallback related ones that are coming from this template file.

A fix could be to just use this.flash instead of using it directly.