diff --git a/src/components/OptionRow.js b/src/components/OptionRow.js index 0c1e5161f496..4bc4285a693e 100644 --- a/src/components/OptionRow.js +++ b/src/components/OptionRow.js @@ -76,8 +76,9 @@ const propTypes = { /** Whether to wrap large text up to 2 lines */ isMultilineSupported: PropTypes.bool, - style: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.object), PropTypes.object]), + /** Key used internally by React */ keyForList: PropTypes.string, + style: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.object), PropTypes.object]), ...withLocalizePropTypes, };