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
@drmikecrowe I browsed your repository a little bit. Sorry.
Some notice: in JSX lower case tag is used for elements (like <div> or custom elements like my-custom-element defined with customElements.define('my-custom-element', MyCustomElement)). So when you assign a string, the behavior is unpredictable.
For components use names starting from upper case. They should be functions.
Any suggestion on how to handle this?
The text was updated successfully, but these errors were encountered: