Mario Blanco
Mario Blanco
` declare module 'gantt-for-react' { import { Component, ReactNode } from 'react'; export interface Task { id: number; name: string; start: Date; end: Date; progress?: number; dependencies?: number[]; custom_class?: string;...
any updates on this?? got the same error but with date filter
Is not an official wrapper, so you should contact the creator of the wrapper. Im facing that issue too, so im using this lib in react