I wonder if we could somehow do a debug check inside of <Provider> , check for the existence of useIsomorphicLayoutEffect, and throw a more informative error if it doesn't exist?
I know we added the "react-server" condition in v9 beta - not sure how these play together
I wonder if we could somehow do a debug check inside of
<Provider>, check for the existence ofuseIsomorphicLayoutEffect, and throw a more informative error if it doesn't exist?I know we added the
"react-server"condition in v9 beta - not sure how these play together