funkensturm/ember-local-storage

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

ShenglinGuo opened this issue · 2 comments

Copy method used in storage.js has been deprecated after ember 3.3 ?

ember-local-storage/addon/mixins/storage.js

Correct. It should be trivial to switch to https://github.com/emberjs/ember-copy instead which provides identical functionality in an add-on. Might do a PR for this.

@ShenglinGuo @lsg-richard I released 1.4.2 with the fix.