-
-
Notifications
You must be signed in to change notification settings - Fork 96
Updated __proto__ #63
New issue
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
Comments
All properties present in the diff come from the input objects; to this module, |
Can you post the results of the following? Object.prototype.hasOwnProperty.call(this.customer, '__proto__')
Object.prototype.hasOwnProperty.call(this.form.value, '__proto__')
Object.prototype.hasOwnProperty.call(customerDiff, '__proto__') |
|
Going to close as I can't reproduce this myself but feel free to re-open or to share more details to repro the error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I casting an object and I got an updated
__proto__
Can I ignore it?
The text was updated successfully, but these errors were encountered: