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
Warning: Each child in a list should have a unique "key" prop.
Check the render method of TileGrid. See https://fb.me/react-warning-keys for more information.
To Reproduce
Steps to reproduce the behavior:
Go to 'Go to homepage'
Open client console in the browser's development tools
See error
Expected behavior
There should be no error/warning in the client console.
Actual behaviour
There is error/warning in the client console.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Warning: Each child in a list should have a unique "key" prop.
Check the render method of
TileGrid
. See https://fb.me/react-warning-keys for more information.To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be no error/warning in the client console.
Actual behaviour
There is error/warning in the client console.
Screenshots
The text was updated successfully, but these errors were encountered: