Use non breaking space with hyper dom expressions
How can I use the good old
inside a div a bit like this:
h('div', [h(...),' and ',h(...)])
2 Replies
h('div', [h(...),'\u00A0 and \u00A0',h(...)])
Muchas gracias!