flow-playground
flow-playground copied to clipboard
Multiple Keys error throws in browser console
Describe the bug A react component is using the same keys for multiple nested components, causing a multiple keys error. It doesn't seem to effect the functionality of the playground. There are multiple of the same error thrown in the browser, tho I am only adding a screenshot for the first one here below.
To Reproduce From 'master' branch, load the playground and open the console. to find the error.
Expected behavior That there wouldn't be an error.
Screenshots
Desktop (please complete the following information):
- OS: Mac OSX big sur
- Browser: Chrome
- Version 94
Additional context I brought this and other console errors to the attention of @psiemens who indicated they could all be consolidated into a tier3 FLIP bounty.
fixed in: https://github.com/justjoolz/flow-playground/commit/fd816cff972c5ccf5a45d0000fe8d3448f0b4b65
Fixed