mongodb-appeng / taskit

A simple todo application make use of MongoDB Stitch & GraphQL
Apache License 2.0
2 stars 0 forks source link

Address warning from graphql chrome extension #9

Open desteves opened 4 years ago

desteves commented 4 years ago

Warning: Each child in a list should have a unique "key" prop. See https://fb.me/react-warning-keys for more information. in Alerts (at App.js:20) in div (at App.js:19) in Router (created by BrowserRouter) in BrowserRouter (at App.js:16) in AlertState (at App.js:15) in TaskState (at App.js:14) in StitchState (at App.js:13) in App (at src/index.js:6) in GlobalError (at src/index.js:6)

shawnbmccarthy commented 4 years ago

does this occur when an error is encountered?