WebReflection / hyperHTML

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

Tabindex on <div> elements throw error in Edge #305

Closed dkocsis-emarsys closed 5 years ago

dkocsis-emarsys commented 5 years ago

Hi!

We have an issue in Edge(18) after updating the package from version 2.18.0 to 2.19.0.

It seems like tabindex with interpolated value is not working on div elements (and on custom elements too), while using it without interpolation works well.

Live example here: http://jsfiddle.net/bdoL9has/3/

Thanks for your support,

David

WebReflection commented 5 years ago

Apologies for any inconvenience, v2.20.2 fixes it. 👋