#147 global rate limiting by ip on public indexer endpoints fix#207
Merged
David1984TK merged 5 commits intoJul 1, 2026
Annotations
7 warnings
|
Lint:
bimex-frontend/src/hooks/usePaginacion.js#L43
React Hook useEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
|
|
Lint:
bimex-frontend/src/hooks/usePaginacion.js#L43
React Hook useEffect has a missing dependency: 'consultaFn'. Either include it or remove the dependency array. If 'consultaFn' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
bimex-frontend/src/components/OnboardingTour.jsx#L124
React Hook useEffect has a missing dependency: 'steps'. Either include it or remove the dependency array
|
|
Lint:
bimex-frontend/src/components/DetalleProyecto.jsx#L309
React Hook useCallback has missing dependencies: 'cantidadValida' and 'superaBalance'. Either include them or remove the dependency array
|
|
Lint:
bimex-frontend/src/components/DetalleProyecto.jsx#L201
React Hook useMemo has a missing dependency: 'proyecto'. Either include it or remove the dependency array
|
|
Lint:
bimex-frontend/src/components/CrearProyecto.jsx#L214
The ref value 'botonAbrioRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'botonAbrioRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Lint:
bimex-frontend/src/components/AdminPanel.jsx#L52
React Hook useEffect has a missing dependency: 'cargarPendientes'. Either include it or remove the dependency array
|
background
wait
wait-all
cancel
parallel
Loading