Skip to content

fix(reactivity): call array subclass methods#3624

Merged
yyx990803 merged 3 commits intovuejs:masterfrom
TheDro:fix-reactivity-on-array-subclasses
Jul 15, 2021
Merged

fix(reactivity): call array subclass methods#3624
yyx990803 merged 3 commits intovuejs:masterfrom
TheDro:fix-reactivity-on-array-subclasses

Conversation

@TheDro
Copy link
Copy Markdown
Contributor

@TheDro TheDro commented Apr 17, 2021

This essentially the same fix as suggested here (PR #2315) but with tests.

fix #2314

@posva posva changed the title fix(reactivity): call array subclass methods (fix #2314) fix(reactivity): call array subclass methods May 28, 2021
@yyx990803 yyx990803 merged commit 1cfe290 into vuejs:master Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vue reactivity breaks custom array implementations (proxy on arrays, classes extending Array, array-like classes)

3 participants