tomasbasham / ember-cli-analytics

An ember-cli addon to interface with analytics services and external integrations
MIT License
8 stars 9 forks source link

DEPRECATION: Use ember-copy addon instead of copy method and Copyable mixin. [deprecation id: ember-runtime.deprecate-copy-copyable] #17

Closed mhluska closed 5 years ago

mhluska commented 5 years ago

I've been seeing this error after upgrading to ember-cli 2.5.1. It's caused by the use of copy from ember internals.

tomasbasham commented 5 years ago

I've instead opted to use assign which here has the same result as the original code