webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
28 stars 3 forks source link

Bugfix: Fixed vanilla unsafe html #50

Closed lukas-schardt closed 2 years ago

lukas-schardt commented 2 years ago

We had a case where the element would not update properly if it was using unsafeHTML.

eddyloewen commented 2 years ago

I have merged this branch into #59