The Call Kent Podcast
Trailer
Bonus
Episode 2
Season 1
Dealing with "act" warning on react testing
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?