We are using Kendo Theme Default 4.37.0 for implementing dark and light theme to our Kendo charts in our project. However, a recent upgrade to some of our packages are disabling the kendo theme that we have set up.
Steps to reproduce the issue on our side is to delete the current package-lock.json file, delete node modules and then npm install.
under style.scss, we have
@import"~@progress/kendo-theme-default/dist/all.scss";
I have attached our package-lock.json file (post upgrade) for reference.
Anyone having this issue or know the cause behind it?