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
2.5.17
https://jsfiddle.net/truefusion/hLzg2w8b/
Extend an Array. Instantiate the new class. Assign it to a component property that is observable by Vue. Access the property in the console.
The reference to maintain its instantiated class.
The instantiated class is mutated into a regular array.
Tested in latest version of Chrome. Not sure about the rest (but for my purposes the other browsers are irrelevant for my project).
The text was updated successfully, but these errors were encountered:
Duplicate of #5893
Sorry, something went wrong.
No branches or pull requests
Version
2.5.17
Reproduction link
https://jsfiddle.net/truefusion/hLzg2w8b/
Steps to reproduce
Extend an Array.
Instantiate the new class.
Assign it to a component property that is observable by Vue.
Access the property in the console.
What is expected?
The reference to maintain its instantiated class.
What is actually happening?
The instantiated class is mutated into a regular array.
Tested in latest version of Chrome. Not sure about the rest (but for my purposes the other browsers are irrelevant for my project).
The text was updated successfully, but these errors were encountered: