Skip to content

Commit

Permalink
fix: broken link (#6115)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuta-ike authored Jun 26, 2023
1 parent 9a1e1c6 commit f5ffb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/useRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function MyComponent() {
If you *have to* read [or write](/reference/react/useState#storing-information-from-previous-renders) something during rendering, [use state](/reference/react/useState) instead.
When you break these rules, your component might still work, but most of the newer features we're adding to React will rely on these expectations. Read more about [keeping your components pure.](/learn/keeping-components-pure#where-you-can-cause-side-effects)
When you break these rules, your component might still work, but most of the newer features we're adding to React will rely on these expectations. Read more about [keeping your components pure.](/learn/keeping-components-pure#where-you-_can_-cause-side-effects)
</Pitfall>
Expand Down

0 comments on commit f5ffb3f

Please sign in to comment.