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 c09712e
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 c09712e

Please sign in to comment.