Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 347 Bytes

exhaustive-deps.md

File metadata and controls

11 lines (6 loc) · 347 Bytes

Pattern: Stale closure dependency

Issue: -

Description

Verifies the list of dependencies for Hooks like useEffect and similar, protecting against the stale closure pitfalls.

Further Reading