mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
Removes the `useSyncScheduling` option from the HostConfig, since it's no longer needed. Instead of globally flipping between sync and async, our strategy will be to opt-in specific trees and subtrees.