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
@@ -153,7 +153,7 @@ function useEffect(cb, deps) {
153
153
React uses ```Object.is()``` under the hood to compare values.
154
154
For any further useEffect functions inside our component, we increment the index so it can store its own dependencies at the next index in the hooks array.
155
155
156
-
Now, let's write a basic React Component, we will monitor the value of global.hooks and index at each step.
156
+
Now, let's write a basic React Component, we will monitor the value of ```global.hooks``` and ```index``` at each step.
0 commit comments