Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Components map only works with explicit closing tags (when using multiple adjacent component instances) #1261

Open
ArthurClemens opened this issue Aug 31, 2018 · 0 comments

Comments

@ArthurClemens
Copy link
Contributor

If a custom component reads the tag video, this does not work:

<video id="1" />
<video id="2" />

but this does:

<video id="1"></video>
<video id="2"></video>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants