Webix Installation: Cannot set property 'webix' of undefined

Hello,

For my React-redux project, I am trying to include the webix from the downloaded local files like below,
import webix from “./codebase/webix/webix.min.js”;

But I am getting error in the page load as ,
Cannot set property ‘webix’ of undefined in the webix.min.js

Please refer the attached screenshot.

Version: webix 6.1.6

I am not sure which will be better - either from the local file or from NPM.

Please help me with the solution.

Thanks,
Shan

Try to use

import * as webix from "./codebase/webix/webix.min.js";

Yes I Tried but the same issue.

Any solution for this issue? Still I am facing the same issue?

Thanks

Have you resolved the problem? I’m trying to use vite and i have that error