accessing store multiple time, in batch() causes infinite loop
Calling store's function within the loop causes infinite rendering. The batch function is inside
createEffect.How could I avoid an infinite loop, while still updating the objects 1 by 1 ?
