AzSearchStore icon indicating copy to clipboard operation
AzSearchStore copied to clipboard

not compiling

Open gkarwchan opened this issue 7 years ago • 0 comments

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

gkarwchan avatar Sep 24 '18 21:09 gkarwchan