Got error here in webix.js
for (var i = 1; i < origins.length; i++) {
params[i] = origins[i];
if (params[i].$protoWait) params[i] = params[i].call(-1, params[i].name);
if (params[i].prototype && params[i].prototype.name) ui[params[i].prototype.name] = params[i];
}
Error is -
RulesTemplate.tsx:177 Error loading Webix modules:
TypeError: Cannot read properties of undefined (reading ‘$protoWait’)
at new i (webix.js:3151:25)
at Function.He [as _view] (webix.js:3099:14)
at h._parse_cells (webix.js:21080:29)
at h._parse_cells (webix.js:21418:35)
at new h (webix.js:3218:24)
at Function.He [as _view] (webix.js:3110:21)
at h._parse_cells (webix.js:21080:29)
at h._parse_cells (webix.js:21418:35)
at new h (webix.js:3218:24)
at Function.He [as _view] (webix.js:3110:21)
(anonymous) @ RulesTemplate.tsx:177