1. Debugging a React Project
In a video conference, you are required to guide the interviewer to debug a React project that renders a map of New York City's subway stations. The bugs to be identified and fixed include missing dependencies, incorrect paths, unprocessed fetch responses, incorrect data structures, hidden CSS styles with 0 width, and reversed latitude and longitude in the API data. Explain how you would approach each of these issues.