streamich/react-use
Auf GitHub ansehen`createGlobalState` should use `useIsomorphicLayoutEffect`
Open
#956 geöffnet am 7. Feb. 2020
bugenhancementgood first issuehelp wanted
Beschreibung
currently the hook generated by the createGlobalState call will warn server side, due to the useLayoutEffect call.