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
2.6.13
The Date picker is throwing error when it is used only without parseDate and also one must pass a default date, if not it throws error with blank page
No response
use DatePicker component in react add onChange={setDate} add value attribute to the DatePicker (it will throws error there)
or use parseData without default value like this const [date, setDate] = useState(parseDate(""))
it supposed not to be throwing such error and not showing blank page
OS
Chrome
The text was updated successfully, but these errors were encountered:
ENG-2081 Date Picker component error
Sorry, something went wrong.
Please show the complete error and the exact code you use. Also if you don't use the default value, you should set the date null instead of "".
null
""
No branches or pull requests
HeroUI Version
2.6.13
Describe the bug
The Date picker is throwing error when it is used only without parseDate and also one must pass a default date, if not it throws error with blank page
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
use DatePicker component in react
add onChange={setDate}
add value attribute to the DatePicker (it will throws error there)
or use parseData without default value
like this
const [date, setDate] = useState(parseDate(""))
Expected behavior
it supposed not to be throwing such error and not showing blank page
Screenshots or Videos
No response
Operating System Version
OS
Browser
Chrome
The text was updated successfully, but these errors were encountered: