-
Notifications
You must be signed in to change notification settings - Fork 217
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
@progress/kendo-angular-charts 4.1.5 -> error on prod #2966
Comments
Thanks for reporting, I've managed to reproduce the issue. It's an odd one because the code that throws the error hasn't been modified for quite a while. |
In fact, I have another project quite old that now even with version 4.1.4 throws error on prod. |
Fixed in Running |
I will give it a try as soon as possible |
Hi, @tsvetomir thanks for the answer. From Kendo angular chart documentation (https://www.telerik.com/kendo-angular-ui/components/charts/get-started/) I'm seeing Do the documentation needs to be updated? |
Ok it works... I forgot to update the lock file on CI. |
@juanslingerURUIT The "kendo-charts" package is a direct dependency and is not listed together with the peers. To make sure that everyone gets the update, we've released v4.1.6 of Sorry for the trouble! |
Updating all packages to latest version (still on angular 9.1.11) i found that package @progress/kendo-angular-charts 4.1.5 on prod throws error:
main.3f436b464a06d00d92da.js:1 Uncaught TypeError: Cannot read property 'dateFormats' of undefined
at Module.zUnb (main.3f436b464a06d00d92da.js:1)
at i (runtime.c532273e4f1e83dd741c.js:1)
at Object.0 (main.3f436b464a06d00d92da.js:1)
at i (runtime.c532273e4f1e83dd741c.js:1)
at t (runtime.c532273e4f1e83dd741c.js:1)
at Array.r [as push] (runtime.c532273e4f1e83dd741c.js:1)
at main.3f436b464a06d00d92da.js:1
With version 4.1.4 there is no such problem.
Ticket 1473464 on telerik support
The text was updated successfully, but these errors were encountered: