Reset lockfile #2050
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors and 1 warning
TypeScript:
packages/next/src/ui/app.tsx#L35
Argument of type '{ forceOptimisticNavigation: boolean; }' is not assignable to parameter of type 'NavigateOptions'.
|
TypeScript:
packages/next/src/ui/app.tsx#L38
Argument of type '{ forceOptimisticNavigation: boolean; }' is not assignable to parameter of type 'NavigateOptions'.
|
TypeScript
Process completed with exit code 1.
|
Linting:
design-system/pkg/src/breadcrumbs/stories/Breadcrumbs.stories.tsx#L85
Don't use `Function` as a type. `Function` types are unsafe. Use more specific function types instead. e.g. (arg: number) => string
|
Linting:
design-system/pkg/src/text-field/stories/TextArea.stories.tsx#L77
Don't use `Function` as a type. `Function` types are unsafe. Use more specific function types instead. e.g. (arg: number) => string
|
Linting
Process completed with exit code 1.
|
Linting:
design-system/pkg/src/toast/test/Toast.test.tsx#L110
Some tests seem to be commented
|