dfilatov / vidom

Library to build UI based on virtual DOM
MIT License
415 stars 16 forks source link

innerHTML not correct in SSR #105

Closed ghost closed 9 years ago

ghost commented 9 years ago

...

dfilatov commented 9 years ago

You have to use html() method to insert unescaped html instead of using nnerHTML property.

dfilatov commented 9 years ago

No, it shouldn't be there.