You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening an issue @diequeiroz - I'll try to get this fixed asap, but it might be a few days before I get a chance to look at it. I'd be happy to merge a PR in the interim.
For anyone else who stumbles upon this issue, you can patch this fairly easily from your own code. This Typescript code example patches the functions to return the unmodified provided moment object if it is invalid. You could also throw an error if you want.
Using 0.7.1
This condition:
Makes this function loops infinitely.
The text was updated successfully, but these errors were encountered: