keithb418 / scrum-team-app

Apache License 2.0
3 stars 5 forks source link

Fix Console Error when adding Team Member #33

Closed keithb418 closed 7 years ago

keithb418 commented 7 years ago

Currently, when a new Team Member is added, an error appears in the console for each previously existing TeamMember in the app:

warning.js:35 Warning: flattenChildren(...): Encountered two children with the same key

The application works as expected in spite of this warning.

keithb418 commented 7 years ago

Issue has been resolved.