Description: AFRAME.utils.entity.setComponentProperty seems to be bypassing the property's parser for single property components. I found this when using aframe-state-component to set a gltf-model value. The result is the asset element ID is passed into the THREE loader instead of the asset's src url (because of the hash the loader humurously ends up requesting the page's HTML and trying to parse a gltf from that)