mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
75be876f2a
Fixes remaining issue in #32261, where passing a previously useMemo()-d value to `Object.entries()` makes the compiler think the value is mutated and fail validatePreserveExistingMemo. While I was there I added Object.keys() and Object.values() too.