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
src/main.ts:12:22 - error TS2345: Argument of type '[Processor<Root, Root, undefined, undefined, undefined>]' is not assignable to parameter of type '[boolean] | [parser: Parser, options?: Options | null | undefined]'.
Type '[Processor<Root, Root, undefined, undefined, undefined>]' is not assignable to type '[boolean]'.
Type 'Processor<Root, Root, undefined, undefined, undefined>' is not assignable to type 'boolean'.
12 .use(remarkRetext, unified().use(retextEnglish).use(retextEquality))
Runtime
No response
Package manager
No response
OS
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered:
Initial checklist
Affected packages and versions
[email protected]
Link to runnable example
https://stackblitz.com/edit/github-8eeglc?file=src%2Fmain.ts
Steps to reproduce
tsc
Expected behavior
No type errors.
Actual behavior
The following error is logged:
Runtime
No response
Package manager
No response
OS
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: