Skip to content

Commit f6b8d31

Browse files
authored
Rename createSyncRoot to createBlockingRoot (#17165)
* Rename createSyncRoot to createBlockingRoot * Fix up
1 parent 9c02d26 commit f6b8d31

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)