mapbox / supercluster

A very fast geospatial point clustering library for browsers and Node.
ISC License
2.08k stars 298 forks source link

supercluster__WEBPACK_IMPORTED_MODULE_4__ is not a constructor #220

Closed XardasLord closed 1 year ago

XardasLord commented 1 year ago

I'm getting this issue in my Angular application when calling the constructor:

const index = new Supercluster({
        radius: 60,
        extent: 256,
        maxZoom: 17,
      })
supercluster__WEBPACK_IMPORTED_MODULE_4__ is not a constructor

What is the problem?

mourner commented 1 year ago

I don't know — looks like something to do with your Angular/Webpack setup, nothing we could help with on the Supercluster side.