Skip to content

Commit

Permalink
fix button unknown prop
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Feb 27, 2017
1 parent a60eec0 commit d4036d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default class Button extends React.Component<ButtonProps, any> {

return (
<button
{...omit(others, ['loading'])}
{...omit(others, ['loading', 'clicked'])}
type={htmlType || 'button'}
className={classes}
onMouseUp={this.handleMouseUp}
Expand Down

0 comments on commit d4036d3

Please sign in to comment.