I try to mock my axios response from axios using axios-mock-adapter. First, I call get data API in use effect, when the response is success, then update my data state. This