Ran into this, too. From the documented example, it appears that the following import is very necessary!
import "@kitware/vtk.js/Rendering/Profiles/Geometry";
Once I included this import, things started working for me.