Skip to content

Instantly share code, notes, and snippets.

@rajatk16
Created July 18, 2018 07:33
Show Gist options
  • Select an option

  • Save rajatk16/c635c6182b3460c1098dab3c49f1124c to your computer and use it in GitHub Desktop.

Select an option

Save rajatk16/c635c6182b3460c1098dab3c49f1124c to your computer and use it in GitHub Desktop.
static propTypes = {
userIsLoaded: PropTypes.boolean.isRequired,
user: PropTypes.shape({
_id: PropTypes.string,
)}.isRequired,
}
@MaxShylov
Copy link

...
user: PropTypes.shape({
_id: PropTypes.string,
)}.isRequired, // There is a mistake. You should write: })
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment