Our state of the art Gantt chart


Post by capmo »

Hi, we have an issue when we want to use BryntumGantt provided by '@bryntum/gantt-react’.
We have already some other parts of our code where we import from '@bryntum/gantt' and it throws because is says that both umd and module versions of the gantt is loaded at the same time.
Further investigating the source code from ‘BryntumGantt’ in '@bryntum/gantt-react’ we saw it is importing the umd version of the gantt.
We could confirm this was the case by copying the files into our codebase and just replace the imports from '@bryntum/gantt/gantt.umd' to '@bryntum/gantt’.

Can you please fix the '@bryntum/gantt-react’ package or point us in the right direction?


Post by sergey.maltsev »

Hi!

We have no React Wrappers for modules yet until we drop support IE11 for some of our products.
Please use

import ... form '@bryntum/gantt/gantt.umd.js'

You can check our demos for the code examples.

We have this issue to switch React Wrappers to module bundles
https://github.com/bryntum/support/issues/2787


Post Reply