Skip to content

Commit

Permalink
Rename createSyncRoot to createBlockingRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 21, 2019
1 parent 5faf377 commit 63339b2
Show file tree
Hide file tree
Showing 24 changed files with 141 additions and 130 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 63339b2

Please sign in to comment.