migrate from <Form /> to <Field /> #7102
Annotations
6 errors and 1 warning
lint
Process completed with exit code 1.
|
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:
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:
packages/ui/src/field.tsx#L229
Unnecessary optional chain on a non-nullish value
|
lint:
packages/ui/src/field.tsx#L208
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`
|