Skip to content

Remove internal router #93

Remove internal router

Remove internal router #93

Triggered via pull request August 28, 2024 14:13
Status Failure
Total duration 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Type check
Argument of type '{ push: (href: string, options?: NavigateOptions) => void; query: ReadonlyURLSearchParams; }' is not assignable to parameter of type 'Pick<Router<string>, "push" | "pathname"> & { query: ParsedUrlQuery | URLSearchParams; }'.
Type check
Argument of type '{ push: (href: string, options?: NavigateOptions) => void; query: ReadonlyURLSearchParams; }' is not assignable to parameter of type 'Pick<Router<string>, "push" | "pathname"> & { query: ParsedUrlQuery | URLSearchParams; }'.
Type check
Argument of type '{ push: (href: string, options?: NavigateOptions) => void; query: ReadonlyURLSearchParams; }' is not assignable to parameter of type 'Pick<Router<string>, "push" | "pathname"> & { query: ParsedUrlQuery | URLSearchParams; }'.
Type check
Argument of type '{ push: (href: string, options?: NavigateOptions) => void; query: ReadonlyURLSearchParams; }' is not assignable to parameter of type 'Pick<Router<string>, "push" | "pathname"> & { query: ParsedUrlQuery | URLSearchParams; }'.
Type check
@examples/next-app-router#type-check: command (/home/runner/work/tanstack-table-search-params/tanstack-table-search-params/examples/next-app-router) /usr/local/bin/pnpm run type-check exited (2)
Type check
Process completed with exit code 2.