streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Open

#956 opened on Feb 7, 2020

View on GitHub
 (1 comment) (3 reactions) (0 assignees)TypeScript (43,979 stars) (3,273 forks)batch import
bugenhancementgood first issuehelp wanted

Description

currently the hook generated by the createGlobalState call will warn server side, due to the useLayoutEffect call.

Contributor guide