You have to use map function to render the commentData, .map() returns a new array of
<div className="space-y-6"> .... </div>
elements, which React can directly render.
for..in does not return.