deck.gl icon indicating copy to clipboard operation
deck.gl copied to clipboard

[Bug] Missing dependency on `@loaders.gl/schema` in `@deck.gl/mesh-layers`

Open MixMasterMitch opened this issue 5 months ago • 0 comments

Description

If using @deck.gl/mesh-layers in a pnpm workspace with hoist=false, bundlers like vite will fail to resolve @loaders.gl/schema from @deck.gl/mesh-layers/dist/simple-mesh-layer/simple-mesh-layer.js

Flavors

  • [ ] Script tag
  • [ ] React
  • [ ] Python/Jupyter notebook
  • [ ] MapboxOverlay
  • [ ] GoogleMapsOverlay
  • [ ] CARTO
  • [ ] ArcGIS

Expected Behavior

It should not fail to resolve.

Steps to Reproduce

Use @deck.gl/mesh-layer in a pnpm workspace with hoist=false.

Environment

Logs

No response

MixMasterMitch avatar Jul 07 '25 14:07 MixMasterMitch