-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fix: max
and min
input element types
#4568
Conversation
when will update version preact package. i need this for my production web. thanks |
We have some other type issues to fix, so in the meantime, please just use |
Or |
mi web project is biggest, i use react hook form always. lol . i have too inputs |
@VigilioYonatan there are many people with big projects, downgrade your version then... This is really impolite, we as maintainers sacrifice our time alongside our day job to help y'all but comments like these are just annoying. When consumers of packages start demanding a release because their "project is big lol" then why would we sacrifice our time for free?! |
Dont worry bro, i will hope. i am going to try to create a d.ts file to fix for a moment |
@rschristian I think MeterHTMLAttributes and ProgressHTMLAttributes were forgotten |
Not so much forgotten as missed; there's unfortunately no nice list of all standardized attributes. PRs welcome though. |
please see #4598 |
Fixes #4566
We had the correct types in the old
HTMLAttributes
(nowAllHTMLAttributes
) but in the per-element types I copied from compat seemed to be incorrect.Will try to write up a script to compare all of our old props to the new, spotting any other discrepancies.