-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
No type errors should be reported for adding legal styles kv pairs in withStyles()
Current Behavior
For some style
properties, like position
, overflow
, etc, specifying a valid value, e.g., position: 'absolute'
or overflow: 'auto'
reports type errors.
Example:
Your Environment
Tech | Version |
---|---|
Material-UI | beta.41 |
React | 16.2.0 |
etc |
buncis, plankter, oliviertassinari and manasb-uoe