bananaoomarang / isomorphic-redux

Isomorphic Redux demo, with routing and async actions
https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4
MIT License
455 stars 87 forks source link

App may be broken with Babel ^6.4.0 #44

Closed DavidWells closed 8 years ago

DavidWells commented 8 years ago

Just an FYI. See: https://github.com/feross/standard/issues/372 && https://github.com/davezuko/react-redux-starter-kit/issues/405

The app is throwing me this error when trying to run

      ^
SyntaxError: /isomorphic-redux/shared/components/Home.jsx: A semicolon is required after a class property (14:3)
  12 |     todos:    PropTypes.any.isRequired,
  13 |     dispatch: PropTypes.func.isRequired
> 14 |   }
     |    ^

Great post on this BTW! =)

bananaoomarang commented 8 years ago

Just merged a pull request which should fix this

Glad you liked this post :)