Broken with Legacy Edge
Opened this issue · 2 comments
patrickberkeley commented
Legacy (non-chromium based) Edge is broken on this line:
ember-concurrency-decorators/addon/index.ts
Line 165 in 7026563
Expected identifier, string or number
. We are not using ember-concurrency-decorators
directly, but via v4.0.0-beta.6 of ember-power-select
: https://github.com/cibernox/ember-power-select/blob/v4.0.0-beta.6/addon/components/power-select.ts#L542. The error completely prevents the ember app from loading.aatauil commented
@patrickberkeley Did you found any solution for this ?
patrickberkeley commented
@aatauil yes, we stopped using ember-concurrency and ember-concurrency-decorators altogether.