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
Hi,
I have encountered an issue in the newest Version of the library (3.1.1).
When chaining self-closing hooks without any characters in between, only the first component is correctly instantiated.
An example: <app-example /><app-example /> only shows one 👋 Example in the output.
When i separate the hooks with a space, like <app-example /> <app-example />, both components are instantiated.