streamich/react-use
Voir sur GitHub`createGlobalState` should use `useIsomorphicLayoutEffect`
Open
#956 ouverte le 7 févr. 2020
bugenhancementgood first issuehelp wanted
Description
currently the hook generated by the createGlobalState call will warn server side, due to the useLayoutEffect call.