Skip to content

Commit

Permalink
Rename createSyncRoot to createBlockingRoot (#17165)
Browse files Browse the repository at this point in the history
* Rename createSyncRoot to createBlockingRoot

* Fix up
  • Loading branch information
gaearon committed Oct 23, 2019
1 parent 9c02d26 commit f6b8d31
Show file tree
Hide file tree
Showing 24 changed files with 154 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe('React hooks DevTools integration', () => {
}
});

it('should support overriding suspense in sync mode', () => {
it('should support overriding suspense in legacy mode', () => {
if (__DEV__) {
// Lock the first render
setSuspenseHandler(() => true);
Expand Down
Loading

0 comments on commit f6b8d31

Please sign in to comment.