79254497

Date: 2024-12-05 11:38:08
Score: 1
Natty:
Report link

Try using define leaflet.markercluster.js in top of your js file.

Like this:

define([
     'https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.5.3/leaflet.markercluster.js'
], function () {.....

This code solve same issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chetan Shah