Skip to content

Instantly share code, notes, and snippets.

@alexbeletsky
Created January 12, 2016 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexbeletsky/e932a07d3f554447a950 to your computer and use it in GitHub Desktop.
Save alexbeletsky/e932a07d3f554447a950 to your computer and use it in GitHub Desktop.
Babel 6.4 static props
ERROR in ./source/components/SignUpForm/index.js
Module build failed: SyntaxError: /Users/alexanderbeletsky/Development/Projects/blogfoster/app/source/components/SignUpForm/index.js: A semicolon is required after a class property (79:3)
77 | onSignUp: PropTypes.func,
78 | onCleanupErrors: PropTypes.func
> 79 | }
| ^
80 |
81 | componentWillMount() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment