Skip to content

Commit

Permalink
✏️ Fix typo in useEffectOnce (#260 by @michaelmior)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jan 22, 2024
1 parent ae47c9a commit 135920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/usehooks-ts/src/useEffectOnce/useEffectOnce.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Just modified version of `useEffect` that's executed only one time, at the mount

See also:

- [`useUpdateEffect()`](/react-hook/use-update-effect): Inverse of `useEffectOne()`
- [`useUpdateEffect()`](/react-hook/use-update-effect): Inverse of `useEffectOnce()`
- [`useIsFirstRender()`](/react-hook/use-is-first-render): Return a `boolean`
- [`useIsMounted()`](/react-hook/use-is-mounted): Callback function to avoid Promise execution after component un-mount

0 comments on commit 135920a

Please sign in to comment.