streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Offen

#956 geöffnet am 07.02.2020

 (2 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)TypeScript (3.273 Forks)batch import
bugenhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (43.979 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide