Failed prop type: The prop rows
of ForwardRef(TextareaAutosize)
is deprecated. Use rowsMin
instead
#27291
Labels
bug 🐛
Something doesn't work
component: text field
This is the name of the generic UI component, not the React module!
v4.x
v5.x migration
Milestone
Recently, I've updated Material UI from '4.11.4' to '4.12.1' and got a few warnings about deprecation props. I fixed them all but one. When I use the multiline and rows props in the TextField component, I get the error:
When I replace the rows with rowsMin, it says that this prop doesn't exist.
My code:
package.json:
The text was updated successfully, but these errors were encountered: