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