79355780

Date: 2025-01-14 17:08:30
Score: 0.5
Natty:
Report link

On further investigation I find that producing the list in either of the following ways works. I still do not understand why the version I used doesn't. I think it should.

   // this works
   Group {
      List(viewModel.lineup) { PlayerRowView(player: $0) }
   }

   // so does this
   ScrollView {
      List(viewModel.lineup) { PlayerRowView(player: $0) }
   }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tchelyzt