skatejs/dom-diff

Don't pass { createElement } to the renderer

treshugart opened this issue · 0 comments

To use the virtual dom, you should depend on the vdom/element module directly and use the Babel pragma option to tell it to transpile to your import name rather than React.createElement().