Calls with Kent C. Dodds — 125 episodes

02.Dealing with "act" warning on react testing
06:20
Description
So I have a MainComponent, inside there are some “remote” components like OfficeSelect, that fetches data asynchronously on mount, using axios, everytime I test MainComponent I get the “act” warning on that OfficeSelect fetch, how do I deal with that?