arrow_backRetour aux issues
Koded0214h/ship-it
#12
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Fix react-hooks lint errors in frontend App.jsx
ecoDébutant
bug
good first issue
descriptionDescription
`npm run lint` in `frontend/` currently fails with 2 errors in `App.jsx`:
- `react-hooks/immutability` around line 285 (a `run` callback referenced before/after its own declaration in a `useEffect`)
- `react-hooks/set-state-in-effect` at line 516 (`setVisLines` called synchronously inside a `useEffect` body, which can cause cascading renders)
These are currently non-blocking in CI (`.github/workflows/ci.yml` runs lint with `continue-on-error: true`) specifically because of this issue. Fixing them would let CI enforce lint on frontend PRs.
Run `cd frontend && npm run lint` to reproduce.
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue