React: receiving a warning without a hint to its source

I accidently omitted the key property in my map function, and received the error:

enter image description here

The fix to this should be done in Messages component, line 268, but why doesn’t the warning indicate that it’s found in that line?