Issue: When using defineName() having the tag name using a . adds quotes around the objects key
Image with defineName demo: image01
Required behaviour. Need to convert . to * for example: dog.text_text should be dog*text_text, or when passing this value dog.text_text the objects key dog"."text_text should not be wrapped in quotes.
another image02 is shown how the object key should be shown using the browsers console
Also error message just says invalid name : {name} and has no useful information to figure out the issue