Skip to content

perf: cache twc function #12

perf: cache twc function

perf: cache twc function #12

Triggered via pull request May 4, 2024 13:31
Status Failure
Total duration 24s
Artifacts

vrt.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
check: src/index.ts#L4
Argument of type '(el: keyof HTMLElementTagNameMap, options: { compose: (...args: any[]) => string; }) => (strings: string | TemplateStringsArray, ...values: any[]) => ($$anchor: any, $$props: any) => void' is not assignable to parameter of type '(el: keyof HTMLElementTagNameMap, options: TwcOptions) => TwcFunction<keyof HTMLElementTagNameMap>'.
check: src/server.ts#L4
Argument of type '(el: keyof HTMLElementTagNameMap, options: { compose: (...args: any[]) => string; }) => (strings: string | TemplateStringsArray, ...values: any[]) => ($$payload: any, $$props: any) => void' is not assignable to parameter of type '(el: keyof HTMLElementTagNameMap, options: TwcOptions) => TwcFunction<keyof HTMLElementTagNameMap>'.
check
Process completed with exit code 2.