We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exact Line of Code:
data/addon/-record-data-private/system/model/internal-model.js
Line 288 in d416015
This problem typically can be solved by using the Ember built in polyfill for Object.assign: Ember.assign:
import { assign } from '@ember/polyfills'; ... assign(createOptions, additionalCreateOptions);
Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
The text was updated successfully, but these errors were encountered:
IMHO, we should fix this via babel.
Specifically:
babel-plugin-transform-object-assign
Ember.assign
Sorry, something went wrong.
Looks like this was fixed in #5549
No branches or pull requests
Exact Line of Code:
data/addon/-record-data-private/system/model/internal-model.js
Line 288 in d416015
This problem typically can be solved by using the Ember built in polyfill for Object.assign: Ember.assign:
Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
The text was updated successfully, but these errors were encountered: