Hey @Andrzej
Good catch! It seems in v1.105, nodes can no longer able to reference themselves and therefore no longer to reference previous runs when in a loop. I just tested with my examples I posted a while ago here Fun with Loops: Accumulating Results for Items and was able to reproduce the error.
You may want to consider discarding the loop node and doing the looping logic entirely within the code node instead.