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
node_modules/typed-query-selector/parser.d.ts:75:29 - error TS2322: Type 'Split<Trim<Args>>' is not assignable to type 'string | number | bigint | boolean | null | undefined'.
Type 'unknown' is not assignable to type 'string | number | bigint | boolean | null | undefined'.
75 ? ExpandFunctions<`${L}&${Split<Trim<Args>>}${R}`>
~~~~~~~~~~~~~~~~~
node_modules/typed-query-selector/parser.d.ts:77:29 - error TS2322: Type 'Split<Trim<Args>>' is not assignable to type 'string | number | bigint | boolean | null | undefined'.
Type 'unknown' is not assignable to type 'string | number | bigint | boolean | null | undefined'.
77 ? ExpandFunctions<`${L}&${Split<Trim<Args>>}${R}`>
~~~~~~~~~~~~~~~~~
node_modules/typed-query-selector/shim.d.ts:9:19 - error TS2344: Type 'ParseSelector<S>' does not satisfy the constraint 'Node'.
Type 'Element | ExpandAnd<string & ParseSelectorToTagNames<S>, Element>' is not assignable to type 'Node'.
Type 'ExpandAnd<string & ParseSelectorToTagNames<S>, Element>' is not assignable to type 'Node'.
Type 'Element | ExpandAndInner<string & ParseSelectorToTagNames<S>, Element, unknown>' is not assignable to type 'Node'.
Type 'ExpandAndInner<string & ParseSelectorToTagNames<S>, Element, unknown>' is not assignable to type 'Node'.
Type 'unknown' is not assignable to type 'Node'.
9 ): NodeListOf<ParseSelector<S>>
~~~~~~~~~~~~~~~~
[19:14:49] Found 3 errors. Watching for file changes.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: