We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ember-source/types/preview/@ember/debug/container-debug-adapter.d.ts appears to be missing this line:
import Object from '@ember/object';
As a result, ContainerDebugAdapter is incorrectly typed as inheriting from JavaScript's Object instead of EmberObject.
Object
EmberObject
This is blocking ember-cli/ember-resolver#795
The text was updated successfully, but these errors were encountered:
Thanks for the report! Should be resolved in a bit, and I'll publish the back-ports this afternoon or (more likely) tomorrow morning!
Sorry, something went wrong.
Fix going out in the latest versions of LTS, stable, and beta (all just released)!
Successfully merging a pull request may close this issue.
🐞 Describe the Bug
ember-source/types/preview/@ember/debug/container-debug-adapter.d.ts appears to be missing this line:
import Object from '@ember/object';
As a result, ContainerDebugAdapter is incorrectly typed as inheriting from JavaScript's
Object
instead ofEmberObject
.This is blocking ember-cli/ember-resolver#795
🌍 Environment
The text was updated successfully, but these errors were encountered: