svelthree
svelthree copied to clipboard
Check / fix / polish shadow DOM behavior in different scenarios
- components destroyed / removed
- three.js object instances removed from scene
- three.js object instances added to different object / scene
- components recreated (e.g. apply new mesh via
mesh = new_prebuilt_mesh) - also changing shadow DOM bound attributes / props like
name,ariaetc.
etc.