You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chunk-BIIIJQ6J.js:7 ERROR
TypeError: Z.markerClusterGroup is not a function
at f.ngOnInit (chunk-XPW44FIX.js:1:34715)
at Hg (chunk-BIIIJQ6J.js:7:20147)
This the part of the code that generates the error
ngOnInit() {
this.leafletDirective.init();
let t = this.leafletDirective.getMap();
**this.markerClusterGroup = Z.markerClusterGroup(this.markerClusterOptions),**
this.markerClusterGroup.addTo(t),
this.setData(this.markerData),
this.markerClusterReady.emit(this.markerClusterGroup)
}
Hi,
I m facing a strange bug.. it perfectly work in dev env but once I build the app I get an error
my packages
The error
This the part of the code that generates the error
I probably missed something.. but can't figure out.
The text was updated successfully, but these errors were encountered: