Skip to content

Instantly share code, notes, and snippets.

@eyalcohen4
Last active January 16, 2018 15:48
Show Gist options
  • Save eyalcohen4/d78e9c74a0f16949bd23aa4ab32b4c81 to your computer and use it in GitHub Desktop.
Save eyalcohen4/d78e9c74a0f16949bd23aa4ab32b4c81 to your computer and use it in GitHub Desktop.
Demonstration of feature req. in prop-types
const props = {
unrequiredShape: PropTypes.shape({
requiredStringInShape: PropTypes.string.isRequired
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment