Last active
January 16, 2018 15:48
-
-
Save eyalcohen4/d78e9c74a0f16949bd23aa4ab32b4c81 to your computer and use it in GitHub Desktop.
Demonstration of feature req. in prop-types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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