Fennec
Fennec
I'm using `"vue-prism-editor": "^2.0.0-alpha.2"` with `vite/vue3/ts` and **dynamic import** ````javascript await import("prismjs/components/prism-clike"); await import("prismjs/components/prism-javascript"); await import("@/assets/scss/code-themes/a11y-dark.scss"); loaded.value = true; ```` And I'm getting this error ```` Uncaught (in promise) TypeError:...
### Issue I have a single database where each document has multiple users listed in an array field users: [users1, ...] (the user has a role, join, and update field)....
### Description When using the `WebGPURenderer` with `{ forceWebGL: true }`, the `instancedArray.element()` function in Three.js TSL always returns the same value, regardless of the index passed. This breaks dynamic...