Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Html comments inside tab-panels cause TypeError #11

Open
overbost opened this issue Jul 21, 2022 · 0 comments
Open

Html comments inside tab-panels cause TypeError #11

overbost opened this issue Jul 21, 2022 · 0 comments

Comments

@overbost
Copy link

<tab-panels>
 <!-- comments -->
<tab-panel></tab-panel>
<tab-panel></tab-panel>
</tab-panels>

TypeError: vnodes.map is not a function

tab-panels allow only tab-panel children, if there are comments inside an error will throw.

I suggest to display some warnings on console before the error, so people know what the error mean without know the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant