Got warning: Failed prop type: Invalid prop value
supplied to TextField
#11994
Labels
duplicate
This issue or pull request already exists
I got an error when from console when rendering the TextField.
Warning: Failed prop type: Invalid prop
valuesupplied to
TextField.
I saw there are 2 relevant issues in the list:
#2250
#2423
But their console provide more detailed info like type while mine doesn't have it.
Below is the code:
In the code, value is initialized as an empty string.
What I can't understand is if I initialized the value as undefined, no more warning. However, empty string doesn't work.
Any thoughts on it?
The text was updated successfully, but these errors were encountered: