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
(Your bug form doesn't include @types/ember__destroyable)
Create a new Ember app with ember 4.1, add ember-cli-typescript including running its blueprint.
Try to import from @ember/destroyable in your app. It's a type error.
@ember/destroyable
You can manually install @types/ember__destroyable to solve the problem.
@types/ember__destroyable
The text was updated successfully, but these errors were encountered:
Ah, thanks for this! Should be a small, easy fix for anyone who wants to pick it up—just needs to get added to the list here:
ember-cli-typescript/ts/blueprints/ember-cli-typescript/index.js
Line 149 in 0d5b855
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Which package(s) does this problem pertain to?
(Your bug form doesn't include @types/ember__destroyable)
What are instructions we can follow to reproduce the issue?
Create a new Ember app with ember 4.1, add ember-cli-typescript including running its blueprint.
Now about that bug. What did you expect to see?
Try to import from
@ember/destroyable
in your app. It's a type error.You can manually install
@types/ember__destroyable
to solve the problem.The text was updated successfully, but these errors were encountered: