dat.guiVR uses a function name() to set the label.
This conflicts with the pre-existing 'name' field in THREE objects.
This causes some issues, including breaking threejs inspector when inspecting dat.guiVR objects.
I suggest it be replaced by a get/set property 'label'; or (smaller change) renamed to 'label' or 'setName'.
I can't see an easy way to do this without breaking upward compatibility.