getOwner(this)
returns unknown
type
#1471
Labels
bug:working-as-intended
Not a bug. This is the intended behavior
types:core
Something is wrong with the Ember type definitions
Which package(s) does this problem pertain to?
In v4 of the types,
getOwner(this)
returns anunknown
type. As far as I can tell that is not really correct, it should either return some type ofOwner
or just anApplicationInstance
or something along this line?The text was updated successfully, but these errors were encountered: