mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7baae65e76
Currently, the `hookKind` for `useInsertionEffect` is set to `useLayoutEffect`. This pull request fixes it by adding a new `hookKind` for `useInsertionEffect`.