streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

オープン

#956 opened on 2020/02/07

 (2 件のコメント) (3 件のリアクション) (0 人の担当者)TypeScript (3,273 件のフォーク)batch import
bugenhancementgood first issuehelp wanted

Repository metrics

Stars
 (43,979 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド