Skip to content

Commit

Permalink
fixed typo in ReactFiberWorkLoop.old.js
Browse files Browse the repository at this point in the history
  • Loading branch information
togami2864 committed Dec 9, 2020
1 parent 0a6aa7f commit cb63556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberWorkLoop.old.js
Original file line number Diff line number Diff line change
Expand Up @@ -3294,7 +3294,7 @@ export function warnIfNotScopedWithMatchingAct(fiber: Fiber): void {
'// for react-test-renderer:\n' +
// Break up imports to avoid accidentally parsing them as dependencies.
'import TestRenderer fr' +
"om react-test-renderer';\n" +
"om 'react-test-renderer';\n" +
'const {act} = TestRenderer;\n' +
'// ...\n' +
'act(() => ...);',
Expand Down

0 comments on commit cb63556

Please sign in to comment.