Blake, I cleaned up the Marker.tsx file since we had a function being declared in the interface of the file then we were re-stating it in the function within the element we were returning. Instead I left it in the interface with the div element and the handler then called it simply in the actual div we were returning.
I also created a mouse hover span tag as well so that when you hover over the marker it tells you to click on it for info.
Blake, I cleaned up the
Marker.tsx
file since we had a function being declared in the interface of the file then we were re-stating it in the function within the element we were returning. Instead I left it in the interface with the div element and the handler then called it simply in the actual div we were returning.I also created a mouse hover span tag as well so that when you hover over the marker it tells you to click on it for info.