-
-
Notifications
You must be signed in to change notification settings - Fork 61
null children causes crash #10
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
Comments
@mrpatiwi Do you have an example? |
I'm closing this issue, I fixed it upgrading React Native |
@mrpatiwi Which version did you use before? |
This is a real issue. It happens if you do for example this:
See also facebook/react#4867 |
@miracle2k I do not get any errors with this: <Section>
{ false || null}
</Section> What happens with your environment? |
No error with this. But |
Perhaps filter
null
childs before renderingSection
childs on https://github.com/Purii/react-native-tableview-simple/blob/master/components/Section.js#L53-L77The text was updated successfully, but these errors were encountered: