react/compiler/packages
Joseph Savona 2bcbf254f1
[compiler] Fix false positive for useMemo reassigning context vars (#34904)
Within a function expression local variables may use StoreContext for
local context variables, so the reassignment check here was firing too
often. We should only report an error for variables that are declared
outside the function, ie part of its `context`.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/34904).
* #34903
* __->__ #34904
2025-10-20 08:42:04 -07:00
..
babel-plugin-react-compiler [compiler] Fix false positive for useMemo reassigning context vars (#34904) 2025-10-20 08:42:04 -07:00
eslint-plugin-react-compiler [compiler] Cleanup and enable validateNoVoidUseMemo (#34882) 2025-10-16 13:08:57 -07:00
make-read-only-util [compiler] Add missing copyrights (#33004) 2025-04-23 22:04:44 -04:00
react-compiler-healthcheck [compiler] improve zod v3 backwards compat (#34877) 2025-10-16 09:46:55 -07:00
react-compiler-runtime [compiler] Add missing copyrights (#33004) 2025-04-23 22:04:44 -04:00
react-forgive [forgive][ez] Tweak logging (#33011) 2025-04-24 13:30:16 -04:00
react-mcp-server [compiler] improve zod v3 backwards compat (#34877) 2025-10-16 09:46:55 -07:00
snap [compiler] improve zod v3 backwards compat (#34877) 2025-10-16 09:46:55 -07:00