Open
Description
Loader
Parquet
Description
I'm learning deck.gl and wanted to pull in a small GeoParquet file. When I use loaders.gl/parquet I get a console error:
NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://unpkg.com/@loaders.gl/[email protected]/dist/parquet-worker.js' failed to load.
I'm noticing two issues:
- That file doesn't exist in the
dist/
folder of the npm package, so the 404 makes sense - It looks like it's fetching one patch version behind the latest (4.3.2 not 4.3.3)
Expected Behavior
I'm expecting the script to load, and for the versions to sync up.
Steps to Reproduce
StackBlitz here
Environment
- Framework version: loaders.gl/[email protected]
- Browser: Brave
- Node: 22
- OS: macOS Sequoia
Logs
In description above