You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Please paste the output of
ember -v
hereember-cli: 4.8.0
node: 14.18.2
os: darwin arm64
Please paste the output of
tsc -v
hereVersion 4.8.4
Please paste the version of
ember-cli-typescript
andember-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
andtslint.json
oreslint.json
(if applicable) belowMy tsconfig.json
My tslint.json or eslint.json
What are instructions we can follow to reproduce the issue?
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.0The text was updated successfully, but these errors were encountered: