`createGlobalState` should use `useIsomorphicLayoutEffect`
Author: cloud-walkerCreated Feb 7, 2020Updated Jun 16, 2026
Labelsbugenhancementhelp wantedgood first issue
currently the hook generated by the `createGlobalState` call will warn server side, due to the `useLayoutEffect` call.
Source: streamich/react-use