i-like-robots / hyperons

🔥 The fastest JSX to string renderer on the server and in the browser.
https://www.npmjs.com/package/hyperons
MIT License
45 stars 4 forks source link

Should render 0 #13

Closed apaleslimghost closed 6 years ago

apaleslimghost commented 6 years ago

Text children with a value of 0 (the number) aren't rendered because they're falsy. Preact stringifies number children as soon as they're passed in.

i-like-robots commented 6 years ago

Thanks for reporting, should be an easy fix