Closed chriskrycho closed 6 years ago
The README has this:
let screen = this.application.__container__.lookup('service:screen');
That approach is long deprecated; it should be this:
let screen = this.owner.lookup('service:screen');
End of an era.
Thanks for reporting.
The README has this:
That approach is long deprecated; it should be this: