modules/renderer/store/reducer.ts(58,49): error TS2345: Argument of type '{ [x: string]: ((state: ITaskItem[], action: Action<ITaskAddPayloadItem[]>) => ITaskItem[]) | ((s...' is not assignable to parameter of type 'ReducerMap<ITaskItem[], ITaskItem[]>'.
Index signatures are incompatible.
Type '((state: ITaskItem[], action: Action<ITaskAddPayloadItem[]>) => ITaskItem[]) | ((state: ITaskItem...' is not assignable to type 'Reducer<ITaskItem[], ITaskItem[]> | ReducerNextThrow<ITaskItem[], ITaskItem[]>'.
Type '(state: ITaskItem[], action: Action<string[]>) => ITaskItem[]' is not assignable to type 'Reducer<ITaskItem[], ITaskItem[]> | ReducerNextThrow<ITaskItem[], ITaskItem[]>'.
Type '(state: ITaskItem[], action: Action<string[]>) => ITaskItem[]' has no properties in common with type 'ReducerNextThrow<ITaskItem[], ITaskItem[]>'.
modules/renderer/store/reducer.ts(122,55): error TS2345: Argument of type '{ [x: string]: ((state: IGlobals, action: Action<string>) => { activeId: string | undefined; upda...' is not assignable to parameter of type 'ReducerMap<IGlobals, IGlobals>'.
Index signatures are incompatible.
Type '((state: IGlobals, action: Action<string>) => { activeId: string | undefined; updateInfo?: IUpdat...' is not assignable to type 'Reducer<IGlobals, IGlobals> | ReducerNextThrow<IGlobals, IGlobals>'.
Type '(state: IGlobals, action: Action<string>) => { activeId: string | undefined; updateInfo?: IUpdate...' is not assignable to type 'Reducer<IGlobals, IGlobals> | ReducerNextThrow<IGlobals, IGlobals>'.
Type '(state: IGlobals, action: Action<string>) => { activeId: string | undefined; updateInfo?: IUpdate...' has no properties in common with type 'ReducerNextThrow<IGlobals, IGlobals>'.
on
npm run dev
run get