xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.78k stars 609 forks source link

Added check for null, undefined or false children #422

Open RamonGebben opened 5 years ago

RamonGebben commented 5 years ago

Within the current implementation added children that might be false or null will cause the spread of the child props to throw an error. This should prevent that from happening in the future.

Problem situation reproduced in this Sandbox