I have a redux store as follows:
const initState = { data: {}, isFetching: false, };
I have a async function to fetch the data for