-
Notifications
You must be signed in to change notification settings - Fork 795
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
Attribute ping is missing on AnchorHTMLAttributes #5751
Comments
hey @janerikmai, was just able to confirm this! I can't ping! ![]() I just labeled this so the team can take a look at your proposed fix in #5752, thanks for providing a reproduction and opening a fix! |
@janerikmai hey I just put that PR to merge, it will be included in our next release -- we'll ping here on this issue when that goes out! Thanks for your contribution 🎉 |
The fix for this issue has been released as a part of today's Stencil v4.18.1 release! |
Prerequisites
Stencil Version
4.18.0
Current Behavior
Property 'ping' does not exist on type 'AnchorHTMLAttributes'.ts(2322) https://github.com/DefinitelyTyped/DefinitelyTyped/blob/18753976aad3956a963c3cafeeab6755b7c879a3/types/react/index.d.ts#L3105
Expected Behavior
should be fine
System Info
System: node 20.11.1 Platform: darwin (23.4.0) CPU Model: Apple M2 Pro (12 cpus) Compiler: ***/node_modules/@stencil/core/compiler/stencil.js Build: 1715010794 Stencil: 4.18.0 🍵 TypeScript: 5.4.5 Rollup: 2.56.3 Parse5: 7.1.2 jQuery: 4.0.0-pre Terser: 5.31.0
Steps to Reproduce
Code Reproduction URL
https://github.com
Additional Information
should fix that...
The text was updated successfully, but these errors were encountered: