Skip to content
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

Broken with Embroider 1.9.0 #1540

Closed
RobbieTheWagner opened this issue Nov 20, 2022 · 1 comment
Closed

Broken with Embroider 1.9.0 #1540

RobbieTheWagner opened this issue Nov 20, 2022 · 1 comment

Comments

@RobbieTheWagner
Copy link

RobbieTheWagner commented Nov 20, 2022

Please paste the output of ember -v here

ember-cli: 4.8.0
node: 14.18.2
os: darwin arm64

Please paste the output of tsc -v here

Version 4.8.4

Please paste the version of ember-cli-typescript and ember-cli-typescript-blueprints here

├─ @glimmer/[email protected]
│ └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│ └─ [email protected]
└─ [email protected]
└─ [email protected]

Please paste your tsconfig.json and tslint.json or eslint.json (if applicable) below

My tsconfig.json
  

My tslint.json or eslint.json
  

What are instructions we can follow to reproduce the issue?

ember new sample; cd ./sample # Create a new ember app
ember install ember-cli-typescript # Set up typescript support

>> Your Instructions Go Here <<
Reproduction Case

If you can, please try to fork this codesandbox, and give us an example that demonstrates the problem. Paste the link below so that we can see what's going on

**Link: **

Now about that bug. What did you expect to see?

What happened instead?

Any components with TS files will fail to find anything in templates like this.foo it will always be undefined with Embroider 1.9.0

@dfreeman
Copy link
Member

This is a known bug in Embroider 1.9 unrelated to ember-cli-typescript. A fix has been merged but as far as I know not released yet.

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

No branches or pull requests

2 participants