-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Forgetting to return JSX should crash the build #2303
Comments
Can I work on this? Also, what file(s) can I look at concerning the issue? |
Sure. You could look at our ESLint config. |
I would like to contribute to this. Don't see any PRs on this yet. |
There is #2319 (you could see it linked above your comment), but thanks for the suggestion! |
Oh of course. How did I miss that. My bad! |
@gaearon I see the issue is still open, while the problem is solved. Do you guys close issues after release? |
This should crash the build:
(Note I didn't
return
it.)Instead it is just a lint warning:
We should probably promote it to be an error.
The text was updated successfully, but these errors were encountered: