Skip to content
New issue

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

Update dependencies #51

Merged
merged 3 commits into from
Mar 18, 2024
Merged

Update dependencies #51

merged 3 commits into from
Mar 18, 2024

Conversation

fregante
Copy link
Owner

@fregante fregante commented Mar 13, 2024

Blocked by g-plane/typed-query-selector@ed964d1#r139690533

one-event.ts:13:29 - error TS2344: Type 'ParseSelector<Selector, HTMLElement>' does not satisfy the constraint 'Element'.
  Type 'HTMLElement | ExpandAnd<string & ParseSelectorToTagNames<Selector>, HTMLElement>' is not assignable to type 'Element'.
    Type 'ExpandAnd<string & ParseSelectorToTagNames<Selector>, HTMLElement>' is not assignable to type 'Element'.
      Type 'HTMLElement | ExpandAndInner<string & ParseSelectorToTagNames<Selector>, HTMLElement, unknown>' is not assignable to type 'Element'.
        Type 'ExpandAndInner<string & ParseSelectorToTagNames<Selector>, HTMLElement, unknown>' is not assignable to type 'Element'.
          Type 'unknown' is not assignable to type 'Element'.

  TElement extends Element = ParseSelector<Selector, HTMLElement>,

@fregante fregante merged commit 9cf1d7a into main Mar 18, 2024
6 checks passed
@fregante fregante deleted the ts5.4 branch March 18, 2024 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The library reports a type error with Typescript 5.4
1 participant