ember-concurrency-decorators icon indicating copy to clipboard operation
ember-concurrency-decorators copied to clipboard

Broken with Legacy Edge

Open patrickberkeley opened this issue 5 years ago • 2 comments

Legacy (non-chromium based) Edge is broken on this line: https://github.com/machty/ember-concurrency-decorators/blob/70265639f1db69c1d419312675e44e6e483bc12d/addon/index.ts#L165 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 avatar Feb 17 '20 22:02 patrickberkeley

@patrickberkeley Did you found any solution for this ?

aatauil avatar Oct 28 '20 10:10 aatauil

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

patrickberkeley avatar Oct 28 '20 14:10 patrickberkeley