Changes optimisation.react.inlineElements to handle a single child as the value of the `children` property instead of wrapping it with an array. This matches the behavior of `React.createElement`.
Changes optimisation.react.inlineElements to handle a single child as the value of the `children` property instead of wrapping it with an array. This matches the behavior of `React.createElement`.