This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Description
When rendering a NestField this message appeares on console:
Warning: Each child in a list should have a unique "key" prop.
Check the render method of 'Nest'. See https://fb.me/react-warning-keys for more information.
in Fragment (created by Nest)
in Nest (created by NestField)
in NestField (created by AutoField)
in AutoField (created by AutoFields)
in div (created by AutoFields)
in AutoFields (created by FormRenderer)
in form (created by Form)
in Form (created by AutoValidatedQuickPatternflyForm)
in AutoValidatedQuickPatternflyForm (created by FormRenderer)
in FormRenderer (created by WrapperComponent)
in WrapperComponent
Looks like the key prop is missing.