Replies: 2 comments
|
The Customize renderer I am working is not in browser environment, It not have dom api like |
0 replies
|
If you don't have a DOM environment then what do you need the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm writing a solidjs customize renderer for weapp support. and I need
hfunction in some scenarios.I have try use
hyper-dom-expressions.createHyperScriptbut I get some errors, weapp environment don't support dom api likeNode, and customize renderer don't exportassign,dynamicProperty,SVGElementsapi.can you provide a
hfunction orcreateHyperScriptfor customize renderer.All reactions