react-native-material-ui icon indicating copy to clipboard operation
react-native-material-ui copied to clipboard

Added check for null, undefined or false children

Open RamonGebben opened this issue 6 years ago • 0 comments

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

RamonGebben avatar Feb 11 '19 10:02 RamonGebben