Closed
Description
When assigning a component name, it is matched against a regex that does not allow the first character of the name to be numeric. However, the error thrown only mentions that the component name has to be alphanumeric:
Invalid component name: "0650475a". Component names can only contain alphanumeric characaters and the hyphen.
Other than the typo 'characaters', the provided component name also matches the condition of the error. It would be helpful if ~~~either the regex or~~~ the error is changed accordingly.
Thank you in advance!
Metadata
Metadata
Assignees
Labels
No labels