Sincenir
Sincenir
When i use aframe combined with svelte, is seems that my svelte's render is faster that aframe's import, causing my browser to report an error. error:TypeError: Cannot read properties of...
**Description:** In SvelteJS. When I add a custom camera, `` or `` ,can't delete the default camera. And When I view the Element through "Visual Inspector & Dev Tools" ,...
**Description:** I am using a-painter from the aframe(https://aframe.io/examples/showcase/a-painter/). I Don't know everyone's VR can run normally. I can't case to enterVR in either chrome or edge. Because the return value...
### Describe the bug I have a Modal Component that provides the style of Modal, content slot, and methods to open and close Modal. The control method of opening and...
In svelteAction svelteTime, if the object is a state, state lost its reactivity, unlinke update in svelte4. e.g. ``` import { svelteTime } from 'svelte-time'; let data = $state.raw({ timestamp:...