Add .addProps and .removeProps
New wrappers for easily adding and removing props:
const Title = Html.H1
.removeProps('label')
.addProps(({ label }) => ({
children: label
}))
New wrappers for easily adding and removing props:
const Title = Html.H1
.removeProps('label')
.addProps(({ label }) => ({
children: label
}))