chore(apps/api): add vercel config #58
Annotations
10 warnings
Build π§±
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test π§ͺ
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint π±
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint π±:
packages/ui/src/components/button.tsx#L57
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint π±:
packages/ui/src/components/card.tsx#L32
Headings must have content and the content must be accessible by a screen reader
|
Lint π±:
packages/ui/src/components/form.tsx#L32
The object passed as the value prop to the Context provider changes every render. To fix this consider wrapping it in a useMemo hook
|
Lint π±:
packages/ui/src/components/form.tsx#L45
Unnecessary conditional, value is always falsy
|
Lint π±:
packages/ui/src/components/form.tsx#L76
The object passed as the value prop to the Context provider changes every render. To fix this consider wrapping it in a useMemo hook
|
Lint π±:
packages/ui/src/components/form.tsx#L164
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint π±:
packages/ui/src/components/input.tsx#L5
An interface declaring no members is equivalent to its supertype
|