We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
These implementations look very similar to me:
https://github.com/Matt-Esch/virtual-dom/blob/master/vnode/vnode.js https://github.com/Matt-Esch/vtree/blob/master/vnode.js
However the latter is resulting in an empty result. test:
var toHTML = require('vdom-to-html'); var VNode = require('virtual-dom/vnode/vnode'); // var VNode = require('vtree/vnode'); // Doesn't work toHTML(new VNode('input', { className: 'name', type: 'text' }));
Currently https://github.com/Raynos/mercury is not working either, I'm wondering if it's also using a vnode which is incompatible?
Thanks
The text was updated successfully, but these errors were encountered:
Turns out this is an issue with Mercury currently needing an older version of virtual-dom, Raynos/mercury#192
Sorry, something went wrong.
No branches or pull requests
Hi,
These implementations look very similar to me:
https://github.com/Matt-Esch/virtual-dom/blob/master/vnode/vnode.js
https://github.com/Matt-Esch/vtree/blob/master/vnode.js
However the latter is resulting in an empty result. test:
Currently https://github.com/Raynos/mercury is not working either, I'm wondering if it's also using a vnode which is incompatible?
Thanks
The text was updated successfully, but these errors were encountered: