mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8e4d2fb69d
This demonstrates a false positive in validatePreserveExistingManualMemoization. We prune memoization of non-escaping values, but the validation pass just sees that the value "should" have a scope and that scope doesn't exist, and thinks we failed to preserve memoization.