News

We are using @tanstack/react-query to make API calls and as soon as our main page renders we make a call to fetch some data. It is this first call that is not intercepted. Subsequent calls later in ...
The first calls made in the app (React v18) are not being intercepted by axios interceptors. Every call after that or when changing routes are working as expected. First of all, I have a api.tsx file ...