I’m running into consistent design-time (pre-execution) error messages in code nodes that end up running just fine. Here’s an example: I have a node called “Populate Search Names” (runs once for all items, outputs 5 items) and I have a later code node with the following line:
![]()
I get the red squiggly under the all() method and when I mouse-over, I see the error:

But when I Execute the node, it runs past that statement and searchNames has the items from that node populated, so the code executes without error. Is this just a code interpreter bug? Or should I not consider red squiggly as an error?