79341206

Date: 2025-01-09 02:25:09
Score: 1
Natty:
Report link

Ended up using

get authorNames(){
  return this.comments?.content?.map(i => i.authorName).join(', ') || '';
}

That also removes a deprecation about accessing PromiseManyArray directly.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: mate89