Closed genki closed 1 year ago
Start a new pull request in StackBlitz Codeflow.
Hi @genki 👋 Thanks for creating this issue 🙏 Imo the error is correct in that case. Fragments are nothing that will be projected on the DOM so there is no way technically to attach a listener to it. What would be the expected solution from your point of view?
@zanettin
I expect the warning is not necessary because the <script>
tag insertion works.
I think it is not so special to make intermediate components consist of only child components without normal HTML tags.
Hi @genki Thanks a lot for your reply 🙏
I expect the warning is not necessary because the Githubissues.
Githubissues is a development platform for aggregating issues.
Which component is affected?
Qwik Runtime
Describe the bug
When using
useOnXXX
in the component that including components like this:it is warned
I think this warning is a bit surplus.
Reproduction
https://stackblitz.com/edit/qwik-starter-uhcukh?file=src/routes/index.tsx
Steps to reproduce
Please see the reproduction link.
System Info
Additional Information
No response