Open seraphx2 opened 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.
@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.
updateLocale
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.