streamich/react-use
GitHub で見る`createGlobalState` should use `useIsomorphicLayoutEffect`
Open
#956 opened on 2020年2月7日
bugenhancementgood first issuehelp wanted
説明
currently the hook generated by the createGlobalState call will warn server side, due to the useLayoutEffect call.