<For> because I wanted to be sure the example is as simple as possible, but basically, imagine that createMemo is expensive, and the number of items is something on the hundreds. What I expect is that when count() changes, only 2 createMemo should re-compute, since the rest will have the same value false. But instead, all of them re-compute all the time.