Skip to content

Improve bundle size with reader API in React server component environments #2048

Improve bundle size with reader API in React server component environments

Improve bundle size with reader API in React server component environments #2048

Triggered via pull request September 5, 2023 03:21
Status Failure
Total duration 3m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

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