mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ee90fab4a3
In InferTypes when we infer types for properties during destructuring, we were breaking out of the loop when we encounter a hole in the array. Instead we should just skip that element and continue inferring later properties. Closes #34748