if you look at your error stack you can see that useAuth hooks is being called from inside another hook called useAxiosAuth and before that inside fetchUsers (app/context/user.tsx) which can't be done because it ain't a component
useAuth
useAxiosAuth
fetchUsers