File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3260,7 +3260,7 @@ export function warnIfNotScopedWithMatchingAct(fiber: Fiber): void {
32603260 '// for react-test-renderer:\n' +
32613261 // Break up imports to avoid accidentally parsing them as dependencies.
32623262 'import TestRenderer fr' +
3263- "om react-test-renderer';\n" +
3263+ "om ' react-test-renderer';\n" +
32643264 'const {act} = TestRenderer;\n' +
32653265 '// ...\n' +
32663266 'act(() => ...);' ,
Original file line number Diff line number Diff line change @@ -3260,7 +3260,7 @@ export function warnIfNotScopedWithMatchingAct(fiber: Fiber): void {
32603260 '// for react-test-renderer:\n' +
32613261 // Break up imports to avoid accidentally parsing them as dependencies.
32623262 'import TestRenderer fr' +
3263- "om react-test-renderer';\n" +
3263+ "om ' react-test-renderer';\n" +
32643264 'const {act} = TestRenderer;\n' +
32653265 '// ...\n' +
32663266 'act(() => ...);' ,
You can’t perform that action at this time.
0 commit comments