Anirud/lc GitHub actions #12
Annotations
3 errors and 8 warnings
lint
Process completed with exit code 1.
|
|
lint:
app/frontend/src/components/StatusBadge.tsx#L2
missing header
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@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:
app/frontend/src/components/CustomToaster.tsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
lint:
app/frontend/src/components/FirstStepForm.tsx#L68
React Hook useEffect has a missing dependency: 'setFormError'. Either include it or remove the dependency array. If 'setFormError' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
app/frontend/src/components/SecondStepForm.tsx#L54
React Hook useEffect has a missing dependency: 'setFormError'. Either include it or remove the dependency array. If 'setFormError' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
app/frontend/src/components/SelectionSteps.tsx#L22
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
lint:
app/frontend/src/components/WeightForm.tsx#L74
React Hook useEffect has a missing dependency: 'setFormError'. Either include it or remove the dependency array. If 'setFormError' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
app/frontend/src/providers/RefreshContext.tsx#L27
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
lint:
app/frontend/src/providers/ThemeProvider.tsx#L67
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|