Hacker News new | ask | show | jobs
by typingmonkey 2116 days ago
Yes I fully understand this. Also with vue2 you often get problems with the internal version of "array" that is wrapper around a normal array to detect changes.
1 comments

How so?
At least a year or so ago, when I was still working on a Vue project, some external libraries didn't work with Vue reactivity due to the way it was implemented by overriding Array built in methods. I think we ran into this issue with some lodash functions.
Perhaps updates to the array content don't trigger reactive computations? Not sure really.