You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this section, the key for each StyledListItem changes from key={chat.id} to key={chat!.id}. This exclamation mark vanishes in future steps. Why would we want an exclamation mark? Is this an error?
The text was updated successfully, but these errors were encountered:
In this section, the key for each
StyledListItem
changes fromkey={chat.id}
tokey={chat!.id}
. This exclamation mark vanishes in future steps. Why would we want an exclamation mark? Is this an error?The text was updated successfully, but these errors were encountered: