Our prop types aren't using `isRequired`. This means that all prop types are optional, which could lead to bugs with missing props.
Our prop types aren't using
isRequired. This means that all prop types are optional, which could lead to bugs with missing props.