Hacker News new | ask | show | jobs
by creatio 2106 days ago
How so?
2 comments

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.