geoarrow / deck.gl-layers

deck.gl layers for rendering GeoArrow data
MIT License
85 stars 8 forks source link

wbindgen error with webpack #121

Closed kbatchu closed 6 months ago

kbatchu commented 6 months ago

I am getting an error message "Uncaught TypeError TypeError: Cannot read properties of undefined (reading '__wbindgen_add_to_stack_pointer') at readParquet (c:\PROJECTS\DataVizSandbox\DuckDBWasm\node_modules\parquet-wasm\esm\parquet_wasm.js:300:1).

I am using webpack 5.89.0. I get this same error message with both "parquet-wasm "^0.6.0-beta.2" and '"@geoarrow/geoparquet-wasm": "^0.2.0-beta.2".

Any idea on how to fix this?

Thanks

kylebarron commented 6 months ago

This issue is not related to deck.gl-layers. Please open this issue on parquet-wasm