streamich/react-use
`createGlobalState` should use `useIsomorphicLayoutEffect`
Aperta
#956 aperta il 7 feb 2020
bugenhancementgood first issuehelp wanted
Metriche repository
- Star
- (43.979 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
currently the hook generated by the createGlobalState call will warn server side, due to the useLayoutEffect call.