You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.