Premium support for our pure JavaScript UI components


Post by damir »

I am using gantt-thin package and when I try to set the timeRanges prop to Bryntum gantt I got error:

Feature 'timeRanges' not available, make sure you have imported it

Thanks


Post by marcio »

Hey damir,

Thanks for reporting. That looks like a bug.

I created a ticket to fix that https://github.com/bryntum/support/issues/8794

Best regards,
Márcio


Post by damir »

Thanks Marcio, I notice that same problem happen with DependencyEdit and it works fine if I import this two package in top level App.tsx component

import '@bryntum/scheduler-thin/lib/feature/TimeRanges';
import '@bryntum/scheduler-thin/lib/feature/DependencyEdit';

Does this make sense ?


Post by marcio »

Hey damir,

Yes, it makes sense as they are Scheduler features, I'll confirm with the dev team if that's the expected way to work, for now, you can keep that as a workaround.

Thanks for sharing that.

Best regards,
Márcio


Post Reply