Skip to content

Commit cb63556

Browse files
committed
fixed typo in ReactFiberWorkLoop.old.js
1 parent 0a6aa7f commit cb63556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberWorkLoop.old.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3294,7 +3294,7 @@ export function warnIfNotScopedWithMatchingAct(fiber: Fiber): void {
32943294
'// for react-test-renderer:\n' +
32953295
// Break up imports to avoid accidentally parsing them as dependencies.
32963296
'import TestRenderer fr' +
3297-
"om react-test-renderer';\n" +
3297+
"om 'react-test-renderer';\n" +
32983298
'const {act} = TestRenderer;\n' +
32993299
'// ...\n' +
33003300
'act(() => ...);',

0 commit comments

Comments
 (0)