-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
When I set the value to null, I get an error #2774
Comments
Eonasdan
added
Area: TypeScript
Priority: High
and removed
State: Triage
Tickets that need to be triaged.
labels
Mar 16, 2023
This is causing some crashes in our production app. I get it from click events also, but cannot reproduce it myself: Stack trace
Code in dates.ts:
Shouldn't it return if target is null, rather than continue to target.clone? |
Hi please check the v6.4.4 release. |
Thanks! I really appreciate your fast work on this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Describe the issue
I use this method to set the date to null
dates.setFromInput("", 0);
This was working on the previous version, now I get an exception
StackBlitz fork
https://stackblitz.com/edit/tempus-dominus-v6-simple-setup-f1s37g?file=index.js,index.html
What operating system(s) are you seeing the problem on?
Windows, Android
What browser(s) are you seeing the problem on?
Chrome
What version of are you using? You can find this information from the sample StackBlitz.
6
What your browser's locale? You can find this information from the sample StackBlitz.
el
The text was updated successfully, but these errors were encountered: