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
I have also checked the @types/leaflet/index directive if it have those 'MarkerClusterGroup' and it's missing.
If You see something wrong here please let me know.
Regards
The text was updated successfully, but these errors were encountered:
Yep same issue. The type definitions are located in @types/leaflet.markercluster but importing this module after the import * as L from 'leaflet' has no effect. It is also not possible to import * as L from 'leaflet.markercluster'; if you do this, it is worse, and Typescript finds neither the base leaflet nor the markercluster definitions. So I'm pretty stumped. 🤷♂️
In our case this only started happening after updating all of our dependencies (including leaflet) to the latest versions during an Angular update.
Hi,
Its still issue there. I have added @typings and all packages from readme
env:
angular.json
package.json
I have also checked the @types/leaflet/index directive if it have those 'MarkerClusterGroup' and it's missing.
If You see something wrong here please let me know.
Regards
The text was updated successfully, but these errors were encountered: