useCustomMutation doesn't lead into AuthProvider checkAuth and checkError
when using useCustomMutation, it doesn't lead into checkError or even checkAuth. Is this normal? and is there any way to make it go into those two (before api gets called -> mutate -> onFailed -> checkError)
