mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
I figured out a simpler way to do #14181. It does allocate some but I think that's OK. Time complexity might even be better since we avoid the nested loops the old one had.