streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Open

#956 aperta il 7 feb 2020

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

Metriche repository

Star
 (43.979 star)
Metriche merge PR
 (Merge medio 1743g 9h) (1 PR mergiata in 30 g)

Descrizione

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

Guida contributor