We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errorMessageMaxLength
The errorMessageMaxLength option was deprecated by longFieldMaxLength in #2193. The option should be removed for the next major version.
longFieldMaxLength
Update (2023-07): Let's just warn with process.emitWarning (... or log.warn?)
process.emitWarning
The text was updated successfully, but these errors were encountered:
As discussed we will log.warn
log.warn
Sorry, something went wrong.
errorMessagesMaxLength
chore: warn for missing size units in config and for `errorMessagesMa…
be4e6e5
…xLength` usage (#3553) Closes: #2121 Closes: #2314 Co-authored-by: Trent Mick <[email protected]>
This was done in #3553 on the "dev/4.x" branch, which will be the active 4.x release branch soonish.
david-luna
No branches or pull requests
The
errorMessageMaxLength
option was deprecated bylongFieldMaxLength
in #2193. The option should be removed for the next major version.Update (2023-07): Let's just warn with
process.emitWarning
(... or log.warn?)The text was updated successfully, but these errors were encountered: