react-native-material-ui
react-native-material-ui copied to clipboard
Added check for null, undefined or false children
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