Remove an optimization for simple components. Removes a workaround needed for 1.9
Previously we could optimize components with only a text value to a string instead of a full object but with 1.9 we can no longer do this for every case. The size reduction from this optimization was small anyway. (commit: aaddc9f)