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
htm/src/integrations/preact/index.d.ts
Line 4 in d62dcfd
this returns VNode, while if you do htm.bind(h) the inferred return type is VNode | VNode[]
htm.bind(h)
VNode | VNode[]
htm/src/index.d.ts
Lines 2 to 4 in d62dcfd
Which one of the two types is correct? Should this be changed in the htm/preact type?
The text was updated successfully, but these errors were encountered:
The React typings also don't allow the array form:
htm/src/integrations/react/index.d.ts
Line 2 in d62dcfd
Sorry, something went wrong.
No branches or pull requests
htm/src/integrations/preact/index.d.ts
Line 4 in d62dcfd
this returns VNode, while if you do
htm.bind(h)
the inferred return type isVNode | VNode[]
htm/src/index.d.ts
Lines 2 to 4 in d62dcfd
Which one of the two types is correct? Should this be changed in the htm/preact type?
The text was updated successfully, but these errors were encountered: