Which component is affected?
Qwik Runtime
Describe the bug
I’m using Qwik as a client-only, single-file embeddable widget (no SSR, no Qwik City). The idea is:
- Build a single IIFE bundle (e.g.
qwik-widget.single.js)
- Expose
window.QwikWidget.mount(target, props)
- Mount into arbitrary
<div>s on any HTML page
the issue is that click handlers are not firing.
What would be the proper way of building a embeddable qwik widget/element?
Reproduction
https://github.com/makinghappen/qwik-embed-test
Steps to reproduce
No response
System Info
Additional Information
No response