mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
faa697f4f9
* Set current update lane priority for user blocking events * Update to use LanePriority and not use runWithPriority * Remove unused imports * Fix tests, and I missed ReactDOMEventListener * Fix more tests * Add try/finally and hardcode lane priorities instead * Also hard code InputContinuousLanePriority in tests * Remove un-needed exports * Comment rollbacks