Solutionunvalidated
you need to use the specific customized `AppDispatch` type from the store — For `useDispatch`, the default `Dispatch` type does not know about thunks. Outcome: Update your `src/Client/RedGranite.Client.Web/src/app/hooks.ts` file to the current suggestion.
66438078-10c3-4b6c-bd81-e8ca85e635f6
you need to use the specific customized AppDispatch type from the store — For useDispatch, the default Dispatch type does not know about thunks. Outcome: Update your src/Client/RedGranite.Client.Web/src/app/hooks.ts file to the current suggestion.