Skip to content

Bump @solidjs/router from 0.9.1 to 0.10.5 #189

Bump @solidjs/router from 0.9.1 to 0.10.5

Bump @solidjs/router from 0.9.1 to 0.10.5 #189

Triggered via pull request January 2, 2024 13:04
Status Failure
Total duration 43s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test
Module '"@solidjs/router"' has no exported member 'useRouteData'.
test
Type '"source"' does not satisfy the constraint '"url" | keyof BaseRouterProps | "actionBase" | "explicitLinks" | "preload"'.
test
Type '{ children: Element; source?: unknown; base: string; data: (<T>() => Promise<T>) | undefined; }' is not assignable to type 'IntrinsicAttributes & BaseRouterProps & { url?: string | undefined; actionBase?: string | undefined; explicitLinks?: boolean | undefined; preload?: boolean | undefined; }'.
test
Module '"@solidjs/router"' has no exported member 'RouteDataFunc'.
test
Type 'Element | RouteDefinition | RouteDefinition[]' is not assignable to type 'Element'.
test
Type '{ children: any[]; url: string; out: RouterContext & { assets: ManifestEntry[]; }; location: string; prevLocation: string | null; data: any; routes: any; }' is not assignable to type 'IntrinsicAttributes & BaseRouterProps & { url?: string | undefined; actionBase?: string | undefined; explicitLinks?: boolean | undefined; preload?: boolean | undefined; } & { ...; }'.
test
Module '"@solidjs/router"' has no exported member 'useRoutes'.
test
Module '"@solidjs/router"' has no exported member 'RouteDataFunc'.
test
'"@solidjs/router"' has no exported member named 'RouteDataFuncArgs'. Did you mean 'RouteLoadFuncArgs'?
test
Module '"@solidjs/router"' has no exported member 'Outlet'.