Improve bundle size with reader API in React server component environments #2048
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors and 1 warning
TypeScript:
dev-projects/next-app/keystatic.config.tsx#L125
Type '(props: ObjectFieldPreviewProps<import("/home/runner/work/keystatic/keystatic/packages/keystatic/src/form/api").ObjectField<{ tone: import("/home/runner/work/keystatic/keystatic/packages/keystatic/src/form/api").BasicFormField<"positive" | "caution" | "critical" | "info"> & { options: readonly ({ ...; } | ... 2 more...' is not assignable to type '(props: ObjectFieldPreviewProps<import("/home/runner/work/keystatic/keystatic/packages/keystatic/src/form/api").ObjectField<{ tone: import("/home/runner/work/keystatic/keystatic/packages/keystatic/src/form/api").BasicFormField<"positive" | "caution" | "critical" | "info"> & { options: readonly ({ ...; } | ... 2 more...'. Two different types with this name exist, but they are unrelated.
|
TypeScript:
dev-projects/next-app/keystatic.config.tsx#L157
Cannot find name 'NoteToolbar'.
|
TypeScript:
dev-projects/next-app/keystatic.config.tsx#L158
Parameter 'tone' implicitly has an 'any' type.
|
TypeScript
Process completed with exit code 1.
|
Linting:
dev-projects/next-app/keystatic.config.tsx#L125
'props' is defined but never used. Allowed unused args must match /^_/u
|
Linting:
dev-projects/next-app/keystatic.config.tsx#L157
'NoteToolbar' is not defined
|
Linting
Process completed with exit code 1.
|
Linting:
design-system/pkg/src/toast/test/Toast.test.tsx#L110
Some tests seem to be commented
|