machty/ember-concurrency-decorators

Broken with Legacy Edge

Opened this issue · 2 comments

Legacy (non-chromium based) Edge is broken on this line:

{ ...baseOptions, ...userOptions },
with the error 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.

@patrickberkeley Did you found any solution for this ?

@aatauil yes, we stopped using ember-concurrency and ember-concurrency-decorators altogether.