-
It seems that array "proxies" recognize the push method, but not other array modifier methods like pop and splice. Is this by design? It is of course not hard to work around it by re-assigning the modified array, e.g.: |
Beta Was this translation helpful? Give feedback.
Answered by
dai-shi
Mar 22, 2021
Replies: 2 comments 7 replies
-
Checking with #125, it seems to be working. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
opticode
-
It specifically fails where the array is used in a computed value:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checking with #125, it seems to be working.
Do you have a more complex setup?