What's the correct value to replace the question marks with and why?
RecentProjectsSection.propTypes = {
onClose: React.PropTypes.func.isRequired,
projects: React.PropTypes.array.isRequired,
};
RecentProjectsSection.defaultProps = {
onClose: ?????
projects: [],
};