Us 146 setup firebase workflow #727
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
build:
src/App.jsx#L5
'currentProjectName' is defined but never used. Allowed unused vars must match /React/u
|
build:
src/App.jsx#L5
'appMode' is defined but never used. Allowed unused vars must match /React/u
|
build:
src/App.jsx#L12
'setCurrentPage' is assigned a value but never used. Allowed unused vars must match /React/u
|
build:
src/components/FormFields.jsx#L8
'useAtom' is defined but never used. Allowed unused vars must match /React/u
|
build:
src/components/FormFields.jsx#L10
'useCycle' is defined but never used. Allowed unused vars must match /React/u
|
build:
src/components/FormFields.jsx#L15
'year' is defined but never used
|
build:
src/components/FormFields.jsx#L222
'layout' is defined but never used
|
build:
src/components/FormFields.jsx#L222
'disabled' is defined but never used
|
build:
src/components/FormFields.jsx#L230
'TrueFalseToggle' is assigned a value but never used. Allowed unused vars must match /React/u
|
build:
src/components/FormFields.jsx#L288
'layout' is defined but never used
|