``` this.props = { ...this.props, style: [customProps.style, this.props.style] }; ``` when `this.props.style` is an array, this will not work properly. In my case, it ignores customProps.style