Bump @solidjs/router from 0.9.1 to 0.11.5 #252
Annotations
10 errors and 1 warning
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'.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|