#How to read console messages?
10 messages · Page 1 of 1 (latest)
note that indexes are not always goodenough as keys so might be more like<div>{anArray.map((el) => <div key={el.key}>{el.message}</div>)}</div>
And what's the source of that Container?
Does it also give the same issue if you wrap Title and Text in a fragment?
Container is a Mantine thing
https://mantine.dev/core/container/
yes
well unless that you are generating those highlight boxes from a loop somewhere that you haven't shown, then I have no idea 😄
Nope, no loop anywhere.
That's why I was asking if I can read more into that console message