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
Describe the bug
Following the guide you got here:
Get a keyProp error dump
Warning: Each child in a list should have a unique "key" prop.
Check the top-level render call using <Text>. See https://fb.me/react-warning-keys for more information.
in Text
in Unknown (created by Activity)
in RCTView (at View.js:34)
in View (at createAnimatedComponent.js:165)
in AnimatedComponent (at createAnimatedComponent.js:215)
in ForwardRef(AnimatedComponentWrapper) (at TouchableOpacity.js:223)
in TouchableOpacity (at TouchableOpacity.js:301)
in ForwardRef (created by Activity)
in Activity (at App.tsx:15)
Setup (always fill this in):
ios emulator
Expo39
expo-activity-feed
https://github.com/Quantmatic/getstream_feed/blob/master/package.json
Describe the bug
Following the guide you got here:
Get a keyProp error dump
Warning: Each child in a list should have a unique "key" prop.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No key prop error
The props that are passed to the components should have a unique key prop
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The text was updated successfully, but these errors were encountered: