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
React 15.1.0 writes the following warning to the console when using an :
Warning: a button tag (owner: EnhancedButton) was passed a numeric string value for CSS property margin (value: 0) which will be treated as a unitless number in a future version of React.
Need to change all '0' css values to '0px' to avoid those annoying warning.
Or am I missing something?
Versions
Material-UI: 0.15.0
React: 15.1.0
Browser: Any
The text was updated successfully, but these errors were encountered:
mbrookes
changed the title
React 15.1.0 warning about unitless css properties (a button tag (owner: EnhancedButton) was passed a numeric string value for CSS property margin (value: 0) which will be treated as a unitless number in a future version of React)
React 15.1.0 warning about unitless css properties
Jun 13, 2016
Problem description
React 15.1.0 writes the following warning to the console when using an :
Need to change all '0' css values to '0px' to avoid those annoying warning.
Or am I missing something?
Versions
The text was updated successfully, but these errors were encountered: