virtualpatterns
Results
2
issues of
virtualpatterns
I'm creating an `Element` using ... `let node = h('a', { 'attributes': { 'href': 'http:www.google.com' } }, 'Google')` ... which is the style of hyperscript generated by [html-to-hyperscript](https://github.com/ivan-kleshnin/html-to-hyperscript) and [html2hscript](https://github.com/twilson63/html2hscript)....
…of objects. virtual-dom/h accepts style attributes that are strings, not objects. When the results are passed into vdom-to-html it doesn't render style attributes that are strings well.