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 see a reason why should domNode accept an HTMLElement interface in first place, because there there is nothing in Nodejs that implements this interface.
Can we remove domNode property, or replace it with unknown/any type at least? any type would be the best, because it makes it compatible with current code, so there is no need to bump major version.
Link to code that reproduces the bug
No response
Expected Behavior
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Fastify version
4
Plugin version
No response
Node.js version
20
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
10
Description
This library depends on DOM types, which was introduced by #59.
The dom types was included to support this property:
fastify-swagger-ui/types/index.d.ts
Line 155 in f9cb0a0
I don't see a reason why should
domNode
accept anHTMLElement
interface in first place, because there there is nothing in Nodejs that implements this interface.Can we remove
domNode
property, or replace it withunknown
/any
type at least?any
type would be the best, because it makes it compatible with current code, so there is no need to bump major version.Link to code that reproduces the bug
No response
Expected Behavior
No response
The text was updated successfully, but these errors were encountered: