Remove internal router #93
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.
|