adopted-ember-addons / ember-cli-flash

Simple, highly configurable flash messages for ember-cli
https://www.npmjs.com/package/ember-cli-flash
MIT License
355 stars 113 forks source link

usage of deprecated Ember.copy #273

Closed bgentry closed 6 years ago

bgentry commented 6 years ago

Ember v3.3 deprecates Copyable and Ember.copy. This file uses copy in two places.

I believe it's safe to just replace these specfic cases with Object.assign so I will submit a PR to do that.

Dhaulagiri commented 6 years ago

Fixed by https://github.com/poteto/ember-cli-flash/pull/274