I started working on a React project and in one of the screens there is a network error that appears due to a fetch call of an invalid route. i would like to know the specific file in my project so i can comment it.
I've installed react dev tools, and if i just copy the route and search for it in VS there alot of fetch that have the same route but i only want to find the one in my specific screen I'm new to web developement so bare with me please thank you