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 building map component (Leaflet + PruneCluster). PruneCluster performance is much faster comparing to MarkerClustering and I love it!. My main issue was importing { PruneCluster, PruneClusterForLeaflet } to component and I fix it by editing prunecluster.js and adding 'export',
export var PruneCluster
export var PruneClusterForLeaflet
so in the next build is it possible to add 'export' and I hope it won't break other framework's.
The text was updated successfully, but these errors were encountered:
I building map component (Leaflet + PruneCluster). PruneCluster performance is much faster comparing to MarkerClustering and I love it!. My main issue was importing { PruneCluster, PruneClusterForLeaflet } to component and I fix it by editing prunecluster.js and adding 'export',
export var PruneCluster
export var PruneClusterForLeaflet
so in the next build is it possible to add 'export' and I hope it won't break other framework's.
The text was updated successfully, but these errors were encountered: