streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Aberta

#956 aberto em 7 de fev. de 2020

 (2 comentários) (3 reações) (0 responsável)TypeScript (3.273 forks)batch import
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.

Guia do colaborador