streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Open

#956 ouverte le 7 févr. 2020

Voir sur GitHub
 (1 commentaire) (3 réactions) (0 assignés)TypeScript (43 979 stars) (3 273 forks)batch import
bugenhancementgood first issuehelp wanted

Description

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

Guide contributeur