()
| 5 | |
| 6 | // Use throughout your app instead of plain `useDispatch` and `useSelector` |
| 7 | export const useAppDispatch = () => useDispatch<AppDispatch>(); |
| 8 | export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector; |
| 9 | |
| 10 | export type AppAsyncThunkConfig = { |
no outgoing calls
no test coverage detected
searching dependent graphs…