react 15.2.0 added
Add warning for unknown properties on DOM elements
this introduces a lot of warnings in console like
warning.js:44 Warning: Unknown prop `composeTheme` on <button> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
in button (created by IconButton)
Warning: Unknown prop `minWidth` on <input> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
in input (created by AutosizeInput)
add so on.
react 15.2.0 added
Add warning for unknown properties on DOM elementsthis introduces a lot of warnings in console like
add so on.