datamaps
datamaps copied to clipboard
Uncaught TypeError: Datamap is not a constructor
I get this error when loading the library with requireJs.
you need to import using import * as Datamap from ...
rather than import Datamap from ...
@w4 , you saved my life, thank you!
I still get this error even when using the import as above from @w4