I had this problem, and if I remember correctly, what solved it was described here "In a few cases, you might be importing from 'react-query' in one place and '@tanstack/react-query' in another."
Changing from react-query to @tanstack/react-query solved it for me.