Replies: 1 comment 1 reply
-
No that's a mistake in docs. I will fix 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found that in one of the text area examples some of them have the type attribute...
I didn't realize it was there until I got this warning on my project:
Object literal may only specify known properties, and '"type"' does not exist in type 'HTMLProps<"textarea", HTMLAttributes<any>>'.ts(2353)
I have been reading MDN docs
and I would think that it does not have this attribute
Beta Was this translation helpful? Give feedback.
All reactions