-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type error for getOwner #645
Comments
Good point. I'm a bit short of time lately tho, do you reckon you can make a PR using |
I have very little TS experience, so forgive my ignorance, but isn't there another TS specific way this can be resolved that doesn't affect non TS users? I don't think using |
It seems this can be solved in TS land without switching to |
When using v4 of
@types/ember__application
, we get error because getOwner now returns unknown.I suggest moving to
ember-get-config
.The text was updated successfully, but these errors were encountered: