I am using an Appfarm map component in one view, and a coded component using Leaflet code to interact with a map in another view.
When navigating from the coded component view to the Appfarm map the site crashes and I get error:
Name
TypeError
Message
L.MarkerClusterGroup is not a constructor
Trace
TypeError: L.MarkerClusterGroup is not a constructor
at L.markerClusterGroup
So I saw that we had Clustering enabled on the markers in the Appfarm map. When I disabled this the error was fixed. So, I assume there are some Appfarm bug. Just wanted to let you know.