Hey!
I'm trying to update kendo-ui version to the latest. The initialization code stays the same:
import '@progress/kendo-ui/css/web/kendo.common.less'
import '@progress/kendo-ui/css/web/kendo.default.less'
require('@progress/kendo-ui/js/kendo.all');
It works fine until the version 2020.2.512. Starting from this version and higher "window.kendo" object is still available but jQuery does not contain any of kendo* methods (like $(...).kendoNotification)
So...what changed there?...
I'm using webpack to build the application, jQuery is the latest 3.*
~upd
window.kendo.jQuery has everything in place. But window.jQuery does not