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
Hello @bohdan-krupa. Please provide a online reproduction by forking this one or provide a minimal GitHub repository like create-react-app-antd. Issues labeled by Need Reproduce will be closed if no activities in 3 days.
Reproduction link
https://github.com/ant-design/ant-design/blob/master/components/form/demo/dynamic-form-items-complex.tsx
Steps to reproduce
What is expected?
Warning: Encountered two children with the same key, ``. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
at CSSMotionList (http://localhost:3000/static/js/bundle.js:43292:92)
at div
at DomWrapper (http://localhost:3000/static/js/bundle.js:43423:90)
at http://localhost:3000/static/js/bundle.js:43125:32
at ErrorList (http://localhost:3000/static/js/bundle.js:18720:5)
at div
at div
at http://localhost:3000/static/js/bundle.js:21106:42
at FormItemInput (http://localhost:3000/static/js/bundle.js:19586:5)
at div
at http://localhost:3000/static/js/bundle.js:21255:18
at div
at ItemHolder (http://localhost:3000/static/js/bundle.js:19030:7)
at InternalFormItem (http://localhost:3000/static/js/bundle.js:19325:5)
at div
at div
at http://localhost:3000/static/js/bundle.js:17819:18
at div
at Field (http://localhost:3000/static/js/bundle.js:36999:90)
at WrapperField (http://localhost:3000/static/js/bundle.js:37545:20)
at List (http://localhost:3000/static/js/bundle.js:37910:19)
at FormList (http://localhost:3000/static/js/bundle.js:19834:18)
at form
at Form (http://localhost:3000/static/js/bundle.js:37667:19)
at FormProvider (http://localhost:3000/static/js/bundle.js:37831:31)
at FormProvider
at DisabledContextProvider (http://localhost:3000/static/js/bundle.js:18493:5)
at InternalForm (http://localhost:3000/static/js/bundle.js:18844:62)
at App (http://localhost:3000/static/js/bundle.js:86:63)
at Router (http://localhost:3000/static/js/bundle.js:79689:15)
at HashRouter (http://localhost:3000/static/js/bundle.js:77708:5)
What is actually happening?
Warning: Encountered two children with the same key, ``. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
at CSSMotionList (http://localhost:3000/static/js/bundle.js:43292:92)
at div
at DomWrapper (http://localhost:3000/static/js/bundle.js:43423:90)
at http://localhost:3000/static/js/bundle.js:43125:32
at ErrorList (http://localhost:3000/static/js/bundle.js:18720:5)
at div
at div
at http://localhost:3000/static/js/bundle.js:21106:42
at FormItemInput (http://localhost:3000/static/js/bundle.js:19586:5)
at div
at http://localhost:3000/static/js/bundle.js:21255:18
at div
at ItemHolder (http://localhost:3000/static/js/bundle.js:19030:7)
at InternalFormItem (http://localhost:3000/static/js/bundle.js:19325:5)
at div
at div
at http://localhost:3000/static/js/bundle.js:17819:18
at div
at Field (http://localhost:3000/static/js/bundle.js:36999:90)
at WrapperField (http://localhost:3000/static/js/bundle.js:37545:20)
at List (http://localhost:3000/static/js/bundle.js:37910:19)
at FormList (http://localhost:3000/static/js/bundle.js:19834:18)
at form
at Form (http://localhost:3000/static/js/bundle.js:37667:19)
at FormProvider (http://localhost:3000/static/js/bundle.js:37831:31)
at FormProvider
at DisabledContextProvider (http://localhost:3000/static/js/bundle.js:18493:5)
at InternalForm (http://localhost:3000/static/js/bundle.js:18844:62)
at App (http://localhost:3000/static/js/bundle.js:86:63)
at Router (http://localhost:3000/static/js/bundle.js:79689:15)
at HashRouter (http://localhost:3000/static/js/bundle.js:77708:5)
The text was updated successfully, but these errors were encountered: