Skip to content

Commit c2cfb81

Browse files
committed
temporarly removing props.styles to fix React 16.3.0 problem.
1 parent 76a760f commit c2cfb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extendReactClass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default (Component: Object, defaultStyles: Object, options: Object) => {
3636
writable: false
3737
});
3838

39-
this.props = props;
39+
//this.props = props;
4040
} else {
4141
styles = {};
4242
}

0 commit comments

Comments
 (0)