Open gitKrystan opened 3 years ago
The deprecation for "property fallback" (i.e. use this.active.lastObject.component
instead of active.lastObject.component
) is about to land on canary as well
this was fixed with https://github.com/ef4/ember-elsewhere/pull/50
Hello there!
We are running into this deprecation on our canary builds:
Looks like it comes from this template:
https://github.com/ef4/ember-elsewhere/blob/dadfa69ab5be259ea83d6bed1831bdb7989691cb/addon/templates/components/from-elsewhere.hbs#L6-L8
Happy to make a PR if you'd like. I don't know enough about ember-elsewhere to know if I should make the block render conditionally or if just replacing
{{#with}}
with{{#let}}
would be appropriate. Thoughts?