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
I know I can add use @Listen("click", { capture: true }) and do some filtering, but I'd prefer the simpler, declarative JSX variant. If there's a reason that onClickCapture does not work, maybe it should be removed from the stencil-public-runtime.d.ts.
Note that I've tested using the latest 4.5.0, but it also happens on lower versions.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue! I was able to confirm there's a problem and should have a fix up soon. Someone from the team will post again here once it makes it into an upcoming release!
The fix for this issue has been released as a part of today's Stencil v4.7.0 release. Should the issue reappear, please feel free to open a new ticket. Thanks!
Prerequisites
Stencil Version
4.5.0
Current Behavior
This is not working, "click" won't appear in the console:
Expected Behavior
"click" appears in the console.
System Info
No response
Steps to Reproduce
In the stencil-component-starter repo, add this line:
Code Reproduction URL
https://github.com/ionic-team/stencil-component-starter/
Additional Information
I know I can add use
@Listen("click", { capture: true })
and do some filtering, but I'd prefer the simpler, declarative JSX variant. If there's a reason thatonClickCapture
does not work, maybe it should be removed from thestencil-public-runtime.d.ts
.Note that I've tested using the latest 4.5.0, but it also happens on lower versions.
The text was updated successfully, but these errors were encountered: