Hello, I am getting following errors after installing the library using legacy-peer-deps.
Here are a few of the libraries' versions which we are using in our project:
"react": "17.0.2",
"webpack": "4.44.2",
"babel-loader": "8.1.0"
Failed to compile.
./node_modules/wx-react-gantt/dist/gantt.js 196:9
Module parse failed: Unexpected token (196:9)
File was processed with these loaders:
- ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| * @default false
| */
is_svg = (() => !1)(); /** parent for creating node */
| e = (() => void 0)(); /** html tag nodes */
| n = (() => void 0)(); /** target */
Please let me know in case any other information is needed. I am not able to compile my code after installing the library.