I have some redux thunks that need to call history.push().
history.push()
It first I was trying to avoid having to pass the history object in the thunk cal
history