Skip to content

Commit

Permalink
Updated Useeffect URL (#63494)
Browse files Browse the repository at this point in the history
Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
  • Loading branch information
shail-mehta and shail-mehta committed Jul 13, 2024
1 parent 0aecc89 commit 82a8c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ _Related_

_Related_

- <https://reactjs.org/docs/hooks-reference.html#useeffect>
- <https://react.dev/reference/react/useEffect>

### useId

Expand Down
2 changes: 1 addition & 1 deletion packages/element/src/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export { useDebugValue };
export { useDeferredValue };

/**
* @see https://reactjs.org/docs/hooks-reference.html#useeffect
* @see https://react.dev/reference/react/useEffect
*/
export { useEffect };

Expand Down

0 comments on commit 82a8c71

Please sign in to comment.