svelthree
svelthree copied to clipboard
Adding `innerText` to shadow DOM `<div>`s might be obsolete (?)
Component can be <a> or <button> (e.g. Mesh)
https://github.com/vatro/svelthree/blob/8fb54d28b52b43532b15600bd01d4712f2032ed6/src/components/Mesh.svelte#L403-L406
Component cannot be <a> or <button> (e.g. DirectionalLight)
https://github.com/vatro/svelthree/blob/8fb54d28b52b43532b15600bd01d4712f2032ed6/src/components/DirectionalLight.svelte#L273-L277