UI framework: ANTD framework

When I was writing the code of the company’s component today, I found that the console gave a warning of “Async-Validator” when the Form verification component was being checked, but there was no red warning under the Form component, as shown below:



< input. Password placeholder=” Input Password “/> There is a bug in the Form component where the Password box is included.

After repeated attempts, the solution was found to be: < input. Password placeholder=” Input Password “/> <Input.Password placeholder=” Input Password “defaultValue=” /



The page is as follows: