You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning.js:44 Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of FlatField. See https://fb.me/react-warning-keys for more information.
warning.js:44 Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of
FlatField
. See https://fb.me/react-warning-keys for more information.My schema:
The fix is to add key: name in the flat field generation parts for textfield, select, etc..
The text was updated successfully, but these errors were encountered: