react does not recognize the initialValues
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase initialvalues
instead….
I know the cause and the solution, but I want to change the solution to the minimum, such as how to turn off this warning, because I made my own component library, external props are not controllable, I can not filter one by one.