Skip to content

Commit 0a6aa7f

Browse files
committed
fixed typo
1 parent e6a0f27 commit 0a6aa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3310,7 +3310,7 @@ export function warnIfNotScopedWithMatchingAct(fiber: Fiber): void {
33103310
'// for react-test-renderer:\n' +
33113311
// Break up imports to avoid accidentally parsing them as dependencies.
33123312
'import TestRenderer fr' +
3313-
"om react-test-renderer';\n" +
3313+
"om 'react-test-renderer';\n" +
33143314
'const {act} = TestRenderer;\n' +
33153315
'// ...\n' +
33163316
'act(() => ...);',

0 commit comments

Comments
 (0)