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
Describe the bug Error message gets cut off when applying fromdate to an empty string
fromdate
To Reproduce
"" | fromdate
%SZ"
The sandbox: https://codesandbox.io/s/exciting-curie-k6yccy?file=/src/index.js
Expected behavior The error object should have a message describing the error, for example: Date "" does not match format "%Y-%m-%dT%H:%M:%SZ"
Date "" does not match format "%Y-%m-%dT%H:%M:%SZ"
Environment Google Chrome Version 100.0.4896.127 (Official Build) (x86_64) jq-web v0.5.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Error message gets cut off when applying
fromdate
to an empty stringTo Reproduce
"" | fromdate
.%SZ"
.The sandbox: https://codesandbox.io/s/exciting-curie-k6yccy?file=/src/index.js
Expected behavior
The error object should have a message describing the error, for example:
Date "" does not match format "%Y-%m-%dT%H:%M:%SZ"
Environment
Google Chrome Version 100.0.4896.127 (Official Build) (x86_64)
jq-web v0.5.1
The text was updated successfully, but these errors were encountered: