Every instance of this component produces the below warning:
Warning: Failed prop type: Input: prop type `maxLength` is invalid; it must be a function, usually from the `prop-types` package, but received `undefined`.
in Input (created by FieldBuilder)
in FieldBuilder (created by GravityFormForm)
in form (created by GravityFormForm)
...
Here is a sample instance that consistently produces the warning:
This is not a breaking issue. Maybe I am missing something, but this looks like a simple prop discrepancy bug. Documenting it here, but I may visit the code and open a PR if I have time.
Every instance of this component produces the below warning:
Here is a sample instance that consistently produces the warning:
This is not a breaking issue. Maybe I am missing something, but this looks like a simple prop discrepancy bug. Documenting it here, but I may visit the code and open a PR if I have time.