streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

Open

#956 创建于 2020年2月7日

在 GitHub 查看
 (2 评论) (3 反应) (0 负责人)TypeScript (3,273 fork)batch import
bugenhancementgood first issuehelp wanted

仓库指标

Star
 (43,979 star)
PR 合并指标
 (平均合并 1743天 9小时) (30 天内合并 1 个 PR)

描述

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

贡献者指南