Skip to content

latest react gives error on unknown props #607

@dlebedynskyi

Description

@dlebedynskyi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions