chore(deps): update tanstack-router monorepo to v1.97.1 #17713
Annotations
10 errors
typecheck
Type '(navigateOpts?: NavigateOptions | undefined) => void' is not assignable to type 'MouseEventHandler<HTMLButtonElement>'.
|
typecheck
Property 'to' is missing in type '{ children: (string | Element)[]; className: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typecheck
Property 'to' is missing in type '{ children: string; className: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typecheck
Property 'to' is missing in type '{ children: string; className: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typecheck
Property 'to' is missing in type '{ children: (string | Element)[]; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typecheck
Property 'to' is missing in type '{ children: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typecheck
Property 'to' is missing in type '{ children: string; hash: string; }' but required in type 'RequiredToOptions<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, string, undefined>'.
|
typecheck
Type '(navigateOpts?: NavigateOptions | undefined) => void' is not assignable to type 'MouseEventHandler<HTMLButtonElement>'.
|
typecheck
Object literal may only specify known properties, and 'search' does not exist in type 'ParamsReducerFn<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, "SEARCH", string, string | undefined>'.
|
typecheck
Type 'ToPathOption<Router<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, readonly [Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, ... 11 more ..., unknown>, Route<...>, Route<...>], unknown>, ... 4 more ..., Record<...>>, "/auth" | ... 48 more ... | "/$organizatio...' is not assignable to type '"/auth" | "/" | "/auth/oidc" | "/404" | "/auth/reset-password" | "/auth/sign-in" | "/auth/sign-up" | "/auth/sso" | "/auth/callback/$provider" | "/auth/verify-email" | "/dev" | ... 37 more ... | undefined'.
|
Loading