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
@MrGrigri You might have missed the last comment prior to yours. Jovi made a PR and added support for the search element to Preact in #4092 nearly a year ago.
Describe the bug
A clear and concise description of what the bug is.
When using the following semantic markup:
In Preact (using TypeScript), I get the following TypeScript error:
To Reproduce
Steps to reproduce the behavior:
<search>
property in your Preact markupExpected behavior
What should have happened when following the steps above?
<search>
should be a valid HTML element, per:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/search
The text was updated successfully, but these errors were encountered: