feat: migrate React.dev to the App Router #2443
Annotations
10 errors and 1 warning
Lint codebase:
src/_pages/errors/[errorCode].tsx#L3
Cannot find module 'components/MDX/MDXComponentsWrapper' or its corresponding type declarations.
|
Lint codebase:
src/_pages/errors/[errorCode].tsx#L120
Property 'content' does not exist on type '{ Component: Element; toc: any; meta: any; }'.
|
Lint codebase:
src/app/layout.tsx#L13
Binding element 'params' implicitly has an 'any' type.
|
Lint codebase:
src/app/layout.tsx#L165
Binding element 'children' implicitly has an 'any' type.
|
Lint codebase:
src/components/Analytics.tsx#L17
Not all code paths return a value.
|
Lint codebase:
src/components/Layout/Page.tsx#L14
Module '"components/Seo"' has no exported member 'Seo'.
|
Lint codebase:
src/hooks/usePendingRoute.ts#L10
Cannot find name 'useRouter'.
|
Lint codebase:
src/utils/compileMDX.tsx#L2
Could not find a declaration file for module 'metro-cache'. '/home/runner/work/react.dev/react.dev/node_modules/metro-cache/src/index.js' implicitly has an 'any' type.
|
Lint codebase:
src/utils/compileMDX.tsx#L67
Object literal may only specify known properties, and 'content' does not exist in type '{ Component: Element; toc: any; meta: any; }'.
|
Lint codebase
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading