streamich/react-use

`createGlobalState` should use `useIsomorphicLayoutEffect`

开放

#956 创建于 2020年2月7日

 (2 条评论) (3 个反应) (0 位负责人)TypeScript (3,273 个派生)batch import
bugenhancementgood first issuehelp wanted

仓库指标

星标
 (43,979 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南