streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Aperta

#956 aperta il 7 feb 2020

 (2 commenti) (3 reazioni) (0 assegnatari)TypeScript (3273 fork)batch import
bugenhancementgood first issuehelp wanted

Metriche repository

Star
 (43.979 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor