Created by: Oluwatobi-beebittech
I encountered this error when using the textfield. On investigating, I realised it was the PropType declaration that reference boolean instead of bool.

Therefore, I changed the proptype from PropTypes.boolean to PropTypes.bool. This error shows up as a warning and not an interrupting error.