WebReflection / hyperHTML

A Fast & Light Virtual DOM Alternative
ISC License
3.07k stars 112 forks source link

`undefined` attribute value behaves inconsistently #193

Closed saschanaz closed 6 years ago

saschanaz commented 6 years ago
hyperHTML.wire()`<a href=${undefined}></a>`
// <a></a>

hyperHTML.wire()`<a property=${undefined}></a>`
// <a property="_hyper_html: -2084926405;">
saschanaz commented 6 years ago

Oops, it seems I was testing on an old version. Sorry.