mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
03ede83d2e
Instead of LanePriority. Internally, EventPriority is just a lane, so this skips an extra conversion. Since EventPriority is a "public" (to the host config) type, I was also able to remove some deep imports of the Lane module. This gets us most of the way to deleting the LanePriority entirely.