Open
Description
implement-react-hooks/hooks.js
Line 54 in be021ac
According to react, the effect is run after the render and commit finishes but this code is calling cb in the body of useEffect itself.
Metadata
Metadata
Assignees
Labels
No labels
implement-react-hooks/hooks.js
Line 54 in be021ac
According to react, the effect is run after the render and commit finishes but this code is calling cb in the body of useEffect itself.