Closed Kanahiro closed 6 days ago
Did you fix this? It's possible this is related to CJS packages (vs ESM) in your bundler, we need to make a new version that has proper CJS/ESM support.
Thank you for responding!
I tried to fix my typing problem and opened this pull-request. After that I found this may not be a solution for it and closed it. Acutually it is not fixed in my env.
I'll check it, thanks!
@bdon I tried pmtiles-js-v4
and it seems to work fine!
I published v4.0.1. Please see if that fixes the issue or creates any new problem.
Hi,
I use
pmtiles
module in TypeScript code like this and faced an error.I guess
export * from "./adapters";
caused this and then re-write this with named export. If it is okay, please merge this.