Hello!
When creating a mesh instance, adding it to the highlight layer through .addMesh seems to give a weird error. Is this a bug or is it a side-effect of mesh instances?
Repro
Changing line 12 to
var sphereAlpha = sphere.clone("sphereAlpha");
makes it runnable