destiny icon indicating copy to clipboard operation
destiny copied to clipboard

Investigate array methods being computed

Open 0kku opened this issue 3 years ago • 0 comments

Currently, array methods that use external reactive entities are not recomputed when those get updated. Some methods offer to take an array of dependencies to explicitly declare what reactive entities the callback depends on, but this is error-prone, unintuitive, and easy to forget. They should instead work like computed() does.

0kku avatar Jun 09 '21 07:06 0kku