mschorsch
mschorsch
I've made an ugly hack to make it work with glimmer components. Template only components are not supported. Maybe this helps someone? ```ts // instance-initializers/fix-ember-component-css-style-namespace.ts import ApplicationInstance from "@ember/application/instance"; //...
It's caused by the tempory fix in #286. https://github.com/typed-ember/ember-cli-typescript/issues/286#issuecomment-508133056 The "fix" should be reverted because we have no type safety anymore ...
@tschoartschi: The problem seems to be solved in typescript >=3.4.1
ember-parachute decorators are implemented as stage 2 decorators. I guess that they should be reimplemented as stage 1 decorators because ember follows the legacy stage 1 decorators proposal (https://github.com/ember-decorators/ember-decorators/blob/master/README.md#specs). https://emberjs.github.io/rfcs/0440-decorator-support.html
I guess this has the same cause as #80.
Is there any progress on this issue? I'm waiting eagerly 😃
> > Is there any progress on this issue? I'm waiting eagerly 😃 > > We didn't see interest in it, so no further work was done here. Are you...
We also see the issue 0.7.1.
The issue seems to happen only in multi module projects.