mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b98b569017
conditionals This change is needed for #2752. To minimize renaming `error.fixture` -> `fixture` files, I'm reordering this PR to earlier in the stack. Prior to the fix in #2752, we only expected unconditional accesses within `depsInCurrentConditional`, which records instructions directly within a conditional block (not including nested conditional blocks).