choojs / hyperx

🏷 - tagged template string virtual dom builder
BSD 2-Clause "Simplified" License
1.01k stars 48 forks source link

Fixed issue #55 undefined attribute values are converted to strings #57

Closed s9k closed 5 years ago

s9k commented 6 years ago

Hi! Looks like null and undefined attribute values don't work right at this moment. They are used as strings "undefined", "null" now.

Related: #27.