pass logger to filter for time consuming information #8070
Annotations
10 errors
Check types:
src/component/modal/LoadJCAMPModal.tsx#L76
Property 'logger' is missing in type '{ nmriumState: Partial<NmriumState>; resetSourceObject: false; }' but required in type 'InputProps'.
|
Check types:
src/component/reducer/actions/FiltersActions.ts#L319
Object literal may only specify known properties, but 'filters' does not exist in type 'Filter1DOptions[]'. Did you mean to write 'filter'?
|
Check types:
src/component/reducer/actions/FiltersActions.ts#L321
Object literal may only specify known properties, but 'filters' does not exist in type 'Filter2DOptions[]'. Did you mean to write 'filter'?
|
Check types:
src/component/reducer/actions/FiltersActions.ts#L329
Property 'applyFilter' does not exist on type 'typeof Filters1DManager'. Did you mean 'applyFilters'?
|
Check types:
src/component/reducer/actions/FiltersActions.ts#L336
Property 'applyFilter' does not exist on type 'typeof Filters2DManager'. Did you mean 'applyFilters'?
|
Check types:
src/component/reducer/actions/FiltersActions.ts#L359
Object literal may only specify known properties, and 'logger' does not exist in type 'Filter1DOptions[]'.
|
Check types:
src/component/reducer/actions/FiltersActions.ts#L361
Object literal may only specify known properties, and 'logger' does not exist in type 'Filter2DOptions[]'.
|
Check types:
src/component/reducer/actions/FiltersActions.ts#L1180
Argument of type '{ id: string; enabled: boolean; logger: Logger | undefined; }' is not assignable to parameter of type 'string'.
|
Check types:
src/component/reducer/actions/FiltersActions.ts#L1183
Argument of type '{ id: string; enabled: boolean; logger: Logger | undefined; }' is not assignable to parameter of type 'string'.
|
Check types:
src/component/reducer/actions/FiltersActions.ts#L1207
Type '(Filter1DEntry | Filter2DEntry)[]' is not assignable to type 'Filter1DEntry[] | Filter2DEntry[]'.
|
Loading