adamhaile / surplus

High performance JSX web views for S.js applications
639 stars 26 forks source link

HTML Entity is escaped in 0.4.3 #44

Closed LeslieJohnson closed 6 years ago

LeslieJohnson commented 6 years ago

In the little README.md todo demo the × entity shows as × in a text node. This also happens in my own Surplus code. My workaround has been to substitute × with {String.fromCharCode(255)} etc. so it's pretty low priority.

griebd commented 6 years ago

is this not a duplicate of #20?

LeslieJohnson commented 6 years ago

Yeah, you're right. I'll close it.