-
Notifications
You must be signed in to change notification settings - Fork 13
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
Types are not available (v4.0.0-alpha.1) #158
Comments
oh, it turns out typesVersions already exists on |
Ah, thanks for letting me know. This week, I wanted to look into why the bug in #156 occurred and release a new alpha version afterwards. (Do you happen to know how styles can be defined in a v2 addon? Here's my current approach.) If I don't get to fix the style bug, I can release a new alpha version nonetheless so that the types are available. |
@NullVoxPopuli Just published |
Hello! Thanks for taking time to make a bug report.
Before you make a new issue, please search for similar issues. It's possible that someone has reported this bug already.
Describe the bug 🐞
TypeScript types cannot be resolved.
Expected behavior 🤔
TypeScript types are resolved.
Minimal reproduction 🔬
import stuff from
'ember-container-query'
. get error about types not being found.Additional context ➕
At the time of reporting,
this is the package.json
note that there is no
typeVersions
object for < TS 4.7, and no exports.*.types entries for TS >= 4.7, so this is likely the problem. I will open a PRThe text was updated successfully, but these errors were encountered: