Null is reserved word

Hi team DHTML, good afternoon.
I’m septe, I have an issue null is reserved word when trying Gantt pro version.
please help how to solve this issue.

solved using package in folder sources

error null is reserved word already solve. but, I have some another issue like this…
and how can this resolve because every file have error.

solved add varibel

Hello,

I’m septe, I have an issue null is reserved word when trying Gantt pro version.

We are aware of this issue. The issue appears when you check Gantt for ESLint rules. Gantt was compiled as the ES5-compatible library, so it is expected that, in some cases, it won’t pass the ES6 lint rules.

error null is reserved word already solve. but, I have some another issue like this… and how can this resolve because every file have error.

Your option is one of the possible decisions. Another solution is to use Gantt types, which is in the package with Gantt. You can check the React TSX demo with the Gantt Instance approach:
https://files.dhtmlx.com/30d/c04e0d2b28325e2a20f12103b676ceea/react+tsx+GanttInstance.zip

thank you Sir, I follow suggest from the project sample it’s so clean…