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 have searched for existing issues that already report this problem, without success.
Stencil Version
3.4.2
Current Behavior
When adding an element with the popover attribute <div popover></div>, there is a typescript error on the console.
Type '{ popover: true; }' is not assignable to type'HTMLAttributes<HTMLDivElement>'.Property 'popover' does not exist
on type'HTMLAttributes<HTMLDivElement>'.
<Host data-version={version}><div popover></div><div class="tabs-wrapper">
rebuild failed, watching forchanges...in 106 ms
Expected Behavior
The standard popover attribute is a known attribute.
System Info
System: node 16.20.0
Platform: darwin (22.5.0)
CPU Model: Apple M1 Pro (8 cpus)
Compiler: /Users/.../design-system/node_modules/.pnpm/@[email protected]/node_modules/@stencil/core/compiler/stencil.js
Build: 1690208000
Stencil: 3.4.2 ☀️
TypeScript: 5.0.4
Rollup: 2.42.3
Parse5: 7.1.2
Sizzle: 2.42.3
Terser: 5.18.1
Steps to Reproduce
Write a component that uses popover on any element.
Prerequisites
Stencil Version
3.4.2
Current Behavior
When adding an element with the popover attribute
<div popover></div>
, there is a typescript error on the console.Expected Behavior
The standard popover attribute is a known attribute.
System Info
Steps to Reproduce
Write a component that uses
popover
on any element.Code Reproduction URL
https://github.com/gfellerph/stencil-popover-repro
Additional Information
No response
The text was updated successfully, but these errors were encountered: