You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't user superfine that much, so thanks for letting me know. The name, props, children shouldn't be an issue as the schema is configurable (although the README could do with ubdating as it still references Ultradom with the old schema).
What case fails specifically and do you have a fix for it?
it fails with a simple ['div', 'hello world']. you might be able to fix it by copying the createTextVNode function, including type: TEXT_NODE, but I didn't get it working, and it might double the size of ijk.
ultradom is now superfine, it returns to the
'name, 'props', 'children'
signature, and it requires text nodes to be wrapped in a vnode: https://github.com/jorgebucaran/superfine/blob/master/src/index.js#L368-L381The text was updated successfully, but these errors were encountered: