mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
bb680a0905
* Prioritize the last continuous target This ensures that the current focus target is always hydrated first. Slightly higher than the usual Never expiration time used for hydration. The priority increases with each new queued item so that the last always wins. * Don't export the moving target It's not useful for comparison purposes anyway.