Hi,
I have JS/dhtmlxSuite projects and i plan to convert them to Typescript/dhtmlxSuite projects.
So i try to learn optimus.
I install WSL2, debian, node, typescript, vs code … all seem fine
I install optimus-starter-app-main…all ok
I try to run the tutorial How to start with Optimus
Step 1 ok
Step 2 ok
Step 3 ok
I have issues with Step 4
some basic issue solved (bad repository on documentation data/data) OK
so it compiles
but when it runs,
clicking first is ok (DataView)
clicking second is ok (ChartView)
but clicking Third give me the following error
note that if in i Gridview.js i put in comment
//data: this.params.dataCollection,
the error disappear
do you have any idea ?
i use node 18.16.1