Skip to content

Commit

Permalink
Sync scheduling by default, with an async opt-in (#11771)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
acdlite authored Jan 9, 2018
1 parent c8ee18f commit ac7096e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ReactTestRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ const TestRenderer = ReactFiberReconciler({
clearTimeout(timeoutID);
},

useSyncScheduling: true,

getPublicInstance,

now(): number {
Expand Down

0 comments on commit ac7096e

Please sign in to comment.