AzSearchStore
AzSearchStore copied to clipboard
not compiling
After you clone the repository and you try to run ts compile, with the command:
npm run tscompile. I am getting this error
Argument of type '() => SearchParametersAction' is not assignable to parameter of type 'Action'. Property 'type' is missing in type '() => SearchParametersAction'.
54 this.store.dispatch(searchParameterActions.incrementSkip); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I am using TypeScript version 2.5.3