Add useInsertionEffect to the dispatcher
advl opened this issue · 0 comments
advl commented
Hello,
The dispatcher is missing useInsertionEffect
introduced in React 18. It should be mapped to a noop function as useLayoutEffect.
It would be just a one-line addition under this https://github.com/FormidableLabs/react-ssr-prepass/blob/master/src/internals/dispatcher.js#L356 .