Make createMemo depend on unmentioned signal
I have a
now, when I reorder that list of objects, the createMemo does not fire again, since I guess the content staid the same.
Now I defined
that I increment each time I reorder the list.
Short of
how do I make sure it refires? Making logic depend on
createMemo that depends on a list of objects now, when I reorder that list of objects, the createMemo does not fire again, since I guess the content staid the same.
Now I defined
that I increment each time I reorder the list.
Short of
how do I make sure it refires? Making logic depend on
console.log feels dirty.