Rick Smit
Rick Smit
is it possible to use this custom build of duckdb-wasm outside of https://shellwip.duckdb.org/?
I'm probably doing something run, but when I run it with `pnpm dev` I still get the same issue.
weird, I've also tried to "One-Click Deploy" this suspense example, and get the same error during build: 
Thanks for explaining! I've updated the `package.json` to use `"beta"` but that causes this error: ```bash Packages: +24 ++++++++++++++++++++++++ Progress: resolved 32, reused 19, downloaded 5, added 24, done dependencies:...
@derekperkins can I maybe have a sneak peek somewhere? Very interested in how you approached this
@matys1 I thought the [Table input](https://github.com/uwdata/mosaic/blob/main/packages/inputs/src/Table.js) gave me a good idea on how to build a client, and in my React app I'm using this hook: https://github.com/uwdata/mosaic/discussions/368 which you could...