Hi,
I use dhx-suite npm module in my vue-electron project.
The version of dhx-suite is 7.3.2 and when I execute the application I get this error message below.
How can I fix this? I have no idea.
Uncaught TypeError: Cannot read property ‘setImmediate’ of undefined
at suite.min.js:12
at Object. (suite.min.js:12)
at Object.o.m.i (suite.min.js:12)
at o (suite.min.js:21)
at Object.o.m.i (suite.min.js:12)
at o (suite.min.js:21)
at Object.o.m.i (suite.min.js:12)
at o (suite.min.js:21)
at Object.o.m.i (suite.min.js:12)
at o (suite.min.js:21)
“As a workaround please try to include the dhx.Suite sources globally in the package.json in the “scripts” section instead of importing the sources to the specific view.”
Could you give me the way to do this? I dnt get it