Skip to content

Commit c9a0172

Browse files
committed
fix(Button): button loading and color warnings resolved
1 parent b64c252 commit c9a0172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Button/Button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ export const Button = withPropsStyles(styles)(componentMapper<ButtonProps>(MUIBu
3838
);
3939
},
4040
onClick: 'onPress',
41-
}, { rest: true, })) as React.ComponentType<ButtonProps>;
41+
}, { rest: true, ignore: ['loading', 'color'] })) as React.ComponentType<ButtonProps>;
4242

4343
Button.defaultProps = ButtonDefaultProps;

0 commit comments

Comments
 (0)