Set VideoView/netInfo prop as not required
parent
ce2e18f01a
commit
407a7d6991
|
|
@ -556,7 +556,7 @@ VideoView.propTypes =
|
|||
onChangeDisplayName : PropTypes.func,
|
||||
children : PropTypes.object,
|
||||
classes : PropTypes.object.isRequired,
|
||||
netInfo : PropTypes.object.isRequired
|
||||
netInfo : PropTypes.object
|
||||
};
|
||||
|
||||
export default withStyles(styles)(VideoView);
|
||||
|
|
|
|||
Loading…
Reference in New Issue