streamich/react-use
`createGlobalState` should use `useIsomorphicLayoutEffect`
Aberta
#956 aberto em 7 de fev. de 2020
bugenhancementgood first issuehelp wanted
Métricas do repositório
- Stars
- (43.979 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
currently the hook generated by the createGlobalState call will warn server side, due to the useLayoutEffect call.