javascript - Unknown props - react and material-ui -
currently i'm using react , material-ui , i've following code in component.
<dialog title="dialog actions" actions={actions} modal={false} open={this.state.open} onrequestclose={this.handleclose}> sure want proceed? </dialog>
i've imported
import react 'react'; import dialog 'material-ui/dialog'; import flatbutton 'material-ui/flatbutton';
but i'm getting following error message
warning: unknown prop `onkeyboardfocus` on <button> tag. remove prop element. warning: unknown prop `keyboardfocused` on <button> tag. remove prop element.
this issue material-ui they've fixed. wait 0.15.2
release or master
branch now.
Comments
Post a Comment