Skip to content

migrate from <Form /> to <Field /> #7101

migrate from <Form /> to <Field />

migrate from <Form /> to <Field /> #7101

Triggered via pull request October 12, 2025 14:41
Status Failure
Total duration 50s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint
Process completed with exit code 1.
lint: apps/nextjs/src/app/_components/posts.tsx#L62
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint
@acme/nextjs#lint: command (/home/runner/work/create-t3-turbo/create-t3-turbo/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
lint
@acme/ui#lint: command (/home/runner/work/create-t3-turbo/create-t3-turbo/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
lint: packages/ui/src/field.tsx#L214
Unnecessary optional chain on a non-nullish value
lint: packages/ui/src/field.tsx#L193
Array type using 'Array<T>' is forbidden. Use 'T[]' instead
lint: packages/ui/src/separator.tsx#L3
All imports in the declaration are only used as types. Use `import type`