Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upReact Class is defined but never used #81
Comments
This comment has been minimized.
This comment has been minimized.
dcposch
commented
Mar 25, 2015
|
I ran into the same issue. I found a workaround: putting the React class in its own file and |
dcposch
closed this
Mar 25, 2015
dcposch
reopened this
Mar 25, 2015
This comment has been minimized.
This comment has been minimized.
dcposch
commented
Mar 25, 2015
|
I'll see if this still happens with just eslint, because jscs is going away soon! See #45 |
This comment has been minimized.
This comment has been minimized.
|
@dcposch |
This comment has been minimized.
This comment has been minimized.
justin808
commented
Mar 27, 2015
|
Is ReactJS, ES6, and JSX supported now? |
This comment has been minimized.
This comment has been minimized.
|
@justin808 Yes, they're supported now. |
This comment has been minimized.
This comment has been minimized.
justin808
commented
Mar 27, 2015
|
@feross Maybe I need the github tip? I got errors when converting these: https://github.com/justin808/react-webpack-rails-tutorial/tree/master/client/assets/javascripts I'm considering converting my example of using Rails with React/Webpack/ES6. |
This comment has been minimized.
This comment has been minimized.
|
@justin808 Can you create a separate issue for this with your error messages included? Thanks! |
This comment has been minimized.
This comment has been minimized.
|
Thanks @dcposch and co.! |
bartek
closed this
Mar 28, 2015
This comment has been minimized.
This comment has been minimized.
|
I think @dcposch's workaround might not be needed in the latest version of Hope that makes things smoother for you guys :) |
bartek commentedMar 25, 2015
Hi there,
Love this project, but I'm curious if there's a way to handle this common React scenario?
App is obviously defined and being used, but I can see how the linter would be confused due to the JSX syntax. Any ideas?
Thanks!