Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hook/utils): add useIsomorphicLayoutEffect (#239)
# Overview <!-- A clear and concise description of what this pr is about. --> To distinguish whether it is a client or server environment from a hook or component using `useEffect` I will change the `useEffect` used in places where the client environment and the server environment should be distinguished to the `useIsomorphicLayoutEffect`. ## PR Checklist - [x] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/slash/blob/main/.github/CONTRIBUTING.md) 2. I added documents and tests. --------- Co-authored-by: Jonghyeon Ko <[email protected]>
- Loading branch information