There are many warning in the console after using the Menu component in antd ui in react.

after using the Menu component in antd ui in react, the console 19 warning, all say that some methods cannot be recognized and should be lowercase. The key is that I did not write this method. Do I need to write all the methods in menu

Mar.13,2021

it is obvious that you are using some illegal props.
post the corresponding code and have a look.


the Button component is written in the Menu component, so there are so many errors reported, it is also strange that the Button component can only be written outside

.
Menu