Open netbofia opened 5 years ago
Thanks for reporting! Would you mind giving a specific example?
@derhuerst I think your example in the README might workout, but the package virtual-dom-stringify in your example is marked as deprecated. The suggested replacement is the package vdom-to-html, however the "virtual-hyperscript" generated from the render function in index.js makes use of the h function. When you perform the convention of those elements, most properties are lost. My fix uses the svg function instead, which can be converted properly, with the new suggested package vdom-to-html, retaining all the properties in the conversion.
I checked all your PRs together and it still doesn't work, sorry.
The use of h from virtual-dom loses it's properties when converting to string with vdom-to-html