Skip to content

Commit c09712e

Browse files
committed
Rename createSyncRoot to createBlockingRoot
1 parent 5faf377 commit c09712e

24 files changed

+154
-143
lines changed

packages/react-debug-tools/src/__tests__/ReactDevToolsHooksIntegration-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ describe('React hooks DevTools integration', () => {
180180
}
181181
});
182182

183-
it('should support overriding suspense in sync mode', () => {
183+
it('should support overriding suspense in legacy mode', () => {
184184
if (__DEV__) {
185185
// Lock the first render
186186
setSuspenseHandler(() => true);

0 commit comments

Comments
 (0)