deck.gl
deck.gl copied to clipboard
[Bug] Missing dependency on `@loaders.gl/schema` in `@deck.gl/mesh-layers`
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
- Framework version: [email protected]
- Browser: N/A
- OS: Linux
Logs
No response