Pre-release #46
Annotations
11 warnings
Pre-release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Pre-release:
example/components/layout.js#L6
'name' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Pre-release:
examples/app-pages-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
|
Pre-release:
examples/app-pages-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
|
Pre-release:
examples/app-pages-router/middleware.ts#L17
Add the missing "else" clause
|
Pre-release:
examples/app-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
|
Pre-release:
examples/app-router/app/api/sse/route.ts#L6
'request' is defined but never used. Allowed unused args must match /^_/u
|
Pre-release:
examples/app-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
|
Pre-release:
examples/app-router/middleware.ts#L16
Add the missing "else" clause
|
Pre-release:
examples/shared/api/index.ts#L17
'key' is defined but never used. Allowed unused args must match /^_/u
|
Pre-release:
packages/open-next/src/adapters/cache.ts#L282
Add the missing "else" clause
|