Getting “Cannot call a class as a function” in my React Project
I’m trying to add a React map component to my project but run into an error. I’m using Fullstack React’s blog post as a reference. I tracked down where the error gets thrown in google_map.js line 83: Here is my map component so far. The page loads just fine (without a map) when I comment … Read more