Michael
Michael
Hey, just leaving this Issue here for anyone wanting to write this as a Next.js Typescript hook. 1. In `src/support.js`, make sure to check for `process.browser` or you'll get a...
The [docs ](https://loaders.gl/docs/developer-guide/dependencies#loading-dependencies-from-alternate-cdn) mention that `options.cdn` disables loading from a CDN, but this does seem to do nothing in practice. We've had to manually change this in draco-worker.js: ``` old:...
Hello there, thank you for your work. Been using your library for a long time. However, I'm observing a significant memory leak caused by detached Blade DOM elements, even after...