Fix history state navigation security issue #1720
Annotations
6 errors and 2 warnings
Build Inertia
Argument of type '{ component: string; props: PageProps & { errors: Errors & ErrorBag; }; url: string; version: string | null; scrollRegions: { top: number; left: number; }[]; } | {}' is not assignable to parameter of type 'Page<PageProps>'.
|
Build Inertia
Type 'boolean | null' is not assignable to type 'boolean'.
|
Build Inertia
Argument of type '{ version: string | null; component?: string | undefined; props?: (PageProps & { errors: Errors & ErrorBag; }) | undefined; url?: string | undefined; scrollRegions?: { ...; }[] | undefined; rememberedState?: Record<...> | undefined; }' is not assignable to parameter of type 'Page<PageProps>'.
|
Build Inertia
Object is possibly 'null'.
|
Build Inertia
Parameter 'id' implicitly has an 'any' type.
|
Build Inertia
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading