So I have a piece of state at the page level that stores a list of properties from the database with geo addresses. When you click on a specific address in the list of addresses then list gets wiped out and that property is now the only item on the list. This seems to work well. However I have a refresh button that zooms back out and should show the full list of properties with markers again. I can see from inspecting that the data part is working just fine, the state list gets update and loaded to the map. HOWEVER the map refuses to show all the markers for the list. It will show a single address.
All the data flow and workflow seems to function perfectly. The map itself seems to be the issue and refuses to display the full list of markers again like it does during initial load. =(