mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
Currently, the `hookKind` for `useInsertionEffect` is set to `useLayoutEffect`. This pull request fixes it by adding a new `hookKind` for `useInsertionEffect`.