Hi,
I have following 2 questions:
1. I need 'ej2-react-grid' for my project and when I pull down this npm package, it also fetches some unrelated packages as dependency.
ex: ej2-dropdown, ej2-calendars etc though I am not using any filtering, paging features. Is this expected?
2. Considering I ignore the above mentioned part, when I try to run my app I get the following error.
[at-loader] ./node_modules/@syncfusion/ej2-grids/node_modules/@syncfusion/ej2-dropdowns/src/auto-complete/auto-complete-model.d.ts:8:18
TS2430: Interface 'AutoCompleteModel' incorrectly extends interface 'ComboBoxModel'.
Types of property 'filtering' are incompatible.
Type 'EmitType<FilteringArgs> | undefined' is not assignable to type 'EmitType<FilteringEventArgs> | undefined'.
Type 'EmitType<FilteringArgs>' is not assignable to type 'EmitType<FilteringEventArgs> | undefined'.
Type 'EmitType<FilteringArgs>' is not assignable to type 'EmitType<FilteringEventArgs>'.
Type 'EmitType<FilteringArgs>' is not assignable to type '(arg?: FilteringEventArgs | undefined, ...rest: any[]) => void'.
Types of parameters 'arg' and 'arg' are incompatible.
Type 'FilteringEventArgs | undefined' is not assignable to type 'FilteringArgs | undefined'.
Type 'FilteringEventArgs' is not assignable to type 'FilteringArgs | undefined'.
Type 'FilteringEventArgs' is not assignable to type 'FilteringArgs'.
Property 'preventDefaultAction' is missing in type 'FilteringEventArgs'.
[at-loader] ./node_modules/@syncfusion/ej2-grids/node_modules/@syncfusion/ej2-dropdowns/src/auto-complete/auto-complete.d.ts:20:22
TS2415: Class 'AutoComplete' incorrectly extends base class 'ComboBox'.
Types of property 'filtering' are incompatible.
Type 'EmitType<FilteringArgs>' is not assignable to type 'EmitType<FilteringEventArgs>'.
Type 'EmitType<FilteringArgs>' is not assignable to type '(arg?: FilteringEventArgs | undefined, ...rest: any[]) => void'.
Can you please confirm if this is an actual issue?
Thanks,
Pooja