mohebifar/react-unforget

Prevent memoization of new Date and Math.random()

开放

#31 创建于 2024年3月13日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (4 个派生)github user discovery
enhancementgood first issue

仓库指标

星标
 (386 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Not sure about a possible fix to this, but it appears to be memoizing impure function calls as well like Date.now(), new Date(), and Math.random()

https://github.com/mohebifar/react-unforget/assets/6689267/1bf52333-9f05-4a49-b817-a5ea63022556

贡献者指南