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
✘ [ERROR] No matching export in "node_modules/@turf/meta/dist/es/index.js" for import "default"
node_modules/@webviz/subsurface-components/dist/components/SubsurfaceViewer/utils/measurement.js:2:7:
2 │ import meta from "@turf/meta";
╵ ~~~~
✘ [ERROR] No matching export in "node_modules/deck.gl/dist/esm/index.js" for import "PickInfo"
node_modules/@webviz/subsurface-components/dist/index.js:22:9:
22 │ import { PickInfo, View } from "deck.gl";
This is a bug that I already faced when trying to consume the package in a Webpack project. It seems the dependencies (deck.gl and @ turf) have changed such that the reexports are no longer valid. This is a hidden bug since the files the reexports happen in are pure JS.
The text was updated successfully, but these errors were encountered:
This is a bug that I already faced when trying to consume the package in a Webpack project. It seems the dependencies (deck.gl and @ turf) have changed such that the reexports are no longer valid. This is a hidden bug since the files the reexports happen in are pure JS.
The text was updated successfully, but these errors were encountered: