Skip to content

Newly installed app doesn't get @types/ember__destroyable #1497

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

Closed
1 task done
ef4 opened this issue Apr 1, 2022 · 1 comment · Fixed by #1526
Closed
1 task done

Newly installed app doesn't get @types/ember__destroyable #1497

ef4 opened this issue Apr 1, 2022 · 1 comment · Fixed by #1526

Comments

@ef4
Copy link
Collaborator

ef4 commented Apr 1, 2022

Which package(s) does this problem pertain to?

  • Other

(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.

@chriskrycho
Copy link
Member

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants