You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -434,7 +434,7 @@ When working with promises in `useEffect()` you have many things to take into ac
434
434
- How to catch errors and render your error notification
435
435
- What to render when the value is resolved
436
436
437
-
This hook helps you with the status changes and reduces the number of re-renders required to get there.
437
+
This hook helps you with the status changes and [reduces the number of re-renders required to get there](https://levelup.gitconnected.com/react-hooks-gotchas-setstate-in-async-effects-d2fd84b02305?gi=8a0b357c6dcc).
0 commit comments