Closed josemarluedke closed 2 years ago
DEPRECATION: Use of assign has been deprecated. Please use Object.assign or the spread operator instead. [deprecation id: ember-polyfills.deprecate-assign] See https://deprecations.emberjs.com/v4.x/#toc_ember-polyfills-deprecate-assign for more details.
assign
Object.assign
https://github.com/poteto/ember-changeset-validations/blob/master/addon/utils/validation-errors.js#L9
Any usage of import { assign } from '@ember/polyfills'; will issue a deprecation.
import { assign } from '@ember/polyfills';
^3.16.0
Just run the app with this addon working
No deprecations
Deprecations issued
DEPRECATION: Use of
assign
has been deprecated. Please useObject.assign
or the spread operator instead. [deprecation id: ember-polyfills.deprecate-assign] See https://deprecations.emberjs.com/v4.x/#toc_ember-polyfills-deprecate-assign for more details.https://github.com/poteto/ember-changeset-validations/blob/master/addon/utils/validation-errors.js#L9
Any usage of
import { assign } from '@ember/polyfills';
will issue a deprecation.Version
^3.16.0
Steps to reproduce
Just run the app with this addon working
Expected Behavior
No deprecations
Actual Behavior
Deprecations issued