Troubleshooting Repeated Render Warnings in Component Iteration

I have a small component that renders once for each property in an array. However, I’m receiving a warning for each subsequent render after the first one, which doesn’t seem logical to me.

Here is repro of that: