Our state of the art Gantt chart


Post by gaurav.tyagi »

Hi Alex,

My main concern was, where do I import 'ResourceAllocationInfo' from?
It is not a part of "@bryntum/gantt".

Thanks.


Post by gaurav.tyagi »

Even if I use ts-ignore.
I'm getting an error at runtime -> 'ResourceAllocationInfo is not defined'.


Post by alex.l »

I tried in TypeScript basic React demo with this code

// @ts-ignore
import { ResourceAllocationInfo } from '@bryntum/gantt';

class MyResourceAllocationInfo extends ResourceAllocationInfo {

}

I see no errors about import. Try to use latest released version?

All the best,
Alex


Post Reply