streamich/react-use
View on GitHub`createGlobalState` should use `useIsomorphicLayoutEffect`
Open
#956 opened on Feb 7, 2020
bugenhancementgood first issuehelp wanted
Description
currently the hook generated by the createGlobalState call will warn server side, due to the useLayoutEffect call.