streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Open

#956 aberto em 7 de fev. de 2020

Ver no GitHub
 (2 comments) (3 reactions) (0 assignees)TypeScript (3.273 forks)batch import
bugenhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (43.979 stars)
Métricas de merge de PR
 (Mesclagem média 1743d 9h) (1 fundiu PR em 30d)

Description

currently the hook generated by the createGlobalState call will warn server side, due to the useLayoutEffect call.

Guia do colaborador