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
Check if updating to the latest Preact version resolves the issue
Describe the bug
As per this link the popover attribute is available in all browser. However, I get a complaint with Preact 10.21.0: render(<div popover>foo</div):
"Popover not assignable to type htmlattributes htmldivelement"
Describe the bug
As per this link the
popover
attribute is available in all browser. However, I get a complaint with Preact 10.21.0:render(<div popover>foo</div)
:"Popover not assignable to type htmlattributes htmldivelement"
To Reproduce
See the above snippet. Also this react bug.
The text was updated successfully, but these errors were encountered: