Ian Warwick
01/30/2020, 11:19 AMkey
is?
for (user in users) {
key(user.id) { UserPreview(user = user) }
}
The docs don't really explain why you would use it 🤔 or I am not reading them properlykojdecki
01/30/2020, 12:26 PMIan Warwick
01/30/2020, 1:44 PM