alexamy
Granular update of store array doesn't trigger effects depending on the whole array
It is the same code as in https://stackblitz.com/edit/solidjs-store-array-1?file=src%2FApp.tsx, and as in my local setup, and this effect is not triggered there, only in solidjs playground.
26 replies
Granular update of store array doesn't trigger effects depending on the whole array
Funny that individual points effect is working in SolidJS playround:
https://playground.solidjs.com/anonymous/6e486319-8488-4651-82d2-15a7602e7afa
26 replies
Granular update of store array doesn't trigger effects depending on the whole array
@Alex Lohr It doesn't seem to work. Effects are not fired.
https://stackblitz.com/edit/solidjs-store-array-1-acf9yv?file=src%2FApp.tsx
26 replies