flow-playground icon indicating copy to clipboard operation
flow-playground copied to clipboard

Multiple Keys error throws in browser console

Open hichana opened this issue 3 years ago • 1 comments

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 Screen Shot 2021-10-04 at 11 16 24

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.

hichana avatar Oct 04 '21 02:10 hichana

fixed in: https://github.com/justjoolz/flow-playground/commit/fd816cff972c5ccf5a45d0000fe8d3448f0b4b65

justjoolz avatar Oct 11 '21 10:10 justjoolz

Fixed

alse avatar Sep 15 '22 17:09 alse