Skip to content

react-map-gl-draw: @turf/difference dependence issue #333

@psmaAaron

Description

@psmaAaron

Describe the bug

When using react-map-gl-draw in an environment that builds with webpack, the version of @turf/difference that is installed alongside react-map-gl-draw fails because of a .mjs file. Issue on @turf/difference.
It seems that reverting back to the previous version fixes the problem.

Actual Result

When building a project with react-map-gl-draw using webpack the following error occurs:
ERROR in ./node_modules/@turf/difference/index.mjs 52:22-35 Can't import the named export 'diff' from non EcmaScript module (only default export is available)

Expected Result

The project compiles successfully

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions