Not sure what the purpose of `key` is? ```for (use...
# compose
i
Not sure what the purpose of
key
is?
Copy code
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 properly
k
i
cool thanks @kojdecki! 🙂