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
but I'm not too well-versed with TypeScript and am getting this error:
ts: Type '<Node, ElementNode extends Node>(elem: ElementNode, { adapter }: InternalOptions<Node, ElementNode>) => boolean | "" | undefined' is not assignable to type 'Pseudo'.
Type 'string | boolean | undefined' is not assignable to type 'boolean'.
Type 'undefined' is not assignable to type 'boolean'.
If I can clear this error I'd love to start adding tests and putting together a PR. Thanks for your help, and for a great library!
The text was updated successfully, but these errors were encountered:
I'd love to help add support for
:read-only
and:read-write
pseudo-selectors. I've currently got this in thepseudos
export ofpseudos.ts
:but I'm not too well-versed with TypeScript and am getting this error:
If I can clear this error I'd love to start adding tests and putting together a PR. Thanks for your help, and for a great library!
The text was updated successfully, but these errors were encountered: