Skip to content

Commit be0ce36

Browse files
committed
Fix up
1 parent c09712e commit be0ce36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/__tests__/ReactSuspenseFuzz-test.internal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ describe('ReactSuspenseFuzz', () => {
177177
ReactNoop.renderLegacySyncRoot(null);
178178

179179
resetCache();
180-
const batchedBlockingRoot = ReactNoop.createSyncRoot();
180+
const batchedBlockingRoot = ReactNoop.createBlockingRoot();
181181
batchedBlockingRoot.render(children);
182182
resolveAllTasks();
183183
const batchedSyncOutput = batchedBlockingRoot.getChildrenAsJSX();

0 commit comments

Comments
 (0)