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
the following example throws an error
reactElementToJSXString(<div foo={new Date(NaN)} />)
RangeError: Invalid time value at Date.toISOString (<anonymous>)
The text was updated successfully, but these errors were encountered:
fix: handle invalid Date objects (algolia#605)
c77f446
calling toISOString() on an invalid Date object will throw a Range Error
fix: handle invalid Date objects (#605) (#606)
dbbd9e5
Thanks for your PR !
Sorry, something went wrong.
No branches or pull requests
the following example throws an error
The text was updated successfully, but these errors were encountered: