Adding environment-ember-loose
to my global.d.ts
file breaks the TemplateFactory
import
#653
Unanswered
adc-mhaugen
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Generally speaking, TypeScript doesn't like when you mix and match That said, in this specific case, that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an example Ember 4.12 repo here: https://github.com/adc-mhaugen/generic-args.
When adding glint to this project the
TemplateFactory
import gives TS errors as soon as I add theenvironment-ember-loose
import:Do I need to do that in some other glint friendly way?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions