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
moment.duration(123, "minutes").format();
moment-duration-format-2.2.1.js?load_version=v14.0.2.1:733 Uncaught TypeError: this.isValid is not a function
at vb.durationFormat [as format] (moment-duration-format-2.2.1.js?load_version=v14.0.2.1:733)
at <anonymous>:1:33
I can't see this function anywhere in the code. Not sure if moment is supposed to supply it?
The text was updated successfully, but these errors were encountered:
@jsmreese huzzah! Thank you for the quick response. I looked in moment and I saw isValid() before opening this but alas you were 100% right. Upgrading from 2.15 to 2.20 solved this issue
I can't see this function anywhere in the code. Not sure if moment is supposed to supply it?
The text was updated successfully, but these errors were encountered: