I have default props in my React component:
PropertyTitleLabel.defaultProps = { bedrooms: 1, propertyType: \'flat\' }; PropertyTitleLabel.propTypes =
You can change the null value to undefined to use the default value.
null
undefined