streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Open

#956 geöffnet am 7. Feb. 2020

Auf GitHub ansehen
 (1 Kommentar) (3 Reaktionen) (0 zugewiesene Personen)TypeScript (43.979 Stars) (3.273 Forks)batch import
bugenhancementgood first issuehelp wanted

Beschreibung

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

Contributor Guide