jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
968 stars 120 forks source link

Method not supported #111

Open seraphx2 opened 6 years ago

seraphx2 commented 6 years ago

line 1660: context.updateLocale('en', engLocale);

Getting an error that that method is not supported on context. commented out the line and everything worked fine.

jsmreese commented 6 years ago

@seraphx2 I'm not sure what version of moment.js introduced updateLocale, but chances are you're using an older version of moment and if you upgrade moment the issue will go away.