An error occurred when antd submitted multiple forms on a single page

data problems occur when multiple forms are submitted on a single page. For example, when I submit the second form, the console prints the contents of the first form. Is there any way to modify this?

Mar.02,2021

each form is wrapped with Form.create () , and each form is wrapped with a separate state

.
Menu