-
-
Notifications
You must be signed in to change notification settings - Fork 249
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: Type 'CSSProperties' is not assignable to type 'Style' error #388
base: main
Are you sure you want to change the base?
Conversation
|
Please share a test case that motivates this change. |
This is a type error, I can't provide a test case, or do you want a minimal reproducible code repo? |
Yes, a sample code that errors but shouldn't (or the other way around). |
just because I try to set height is string type; |
Although height should not be applied in |
☝️ this. |
Yeah, but current |
react-textarea-autosize
Style type internal conflictand
CSSProperties
default supportsheight
property, so I think we can remove union type