-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ListView] Exception in renderSectionHeader
is overwritten by another one
#2069
Comments
This would probably make a good first task. Plus it would be great to get more contributors thinking about ListView |
Seems similar to #1965 . Leaving both open for now because this is about errors swallowed in |
Going to reproduce it on master and if it still happens - will try to make the error better. @ericvicenti definitely, ListViews has always been crucial bits of every iOS application, so the more effort we put into its development the better developer experience we get in the end. |
Thanks @grabbou. I also like that handling the error in JS improves the state of Android too. |
Ok, thanks for the tip 👯 |
I noticed the other related issues were closed, but on 0.15rc this still seems to be a problem. |
Looks like this is a dup of #1379 |
When in renderSectionHeader of ListView there's an exception (e.g. bad style property), instead of it, another one is being showed:
It also looks like ListView keeps looping as the above exception is being printed to the console infinitely.
React 0.7.1
The text was updated successfully, but these errors were encountered: