We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6aa7f commit cb63556Copy full SHA for cb63556
packages/react-reconciler/src/ReactFiberWorkLoop.old.js
@@ -3294,7 +3294,7 @@ export function warnIfNotScopedWithMatchingAct(fiber: Fiber): void {
3294
'// for react-test-renderer:\n' +
3295
// Break up imports to avoid accidentally parsing them as dependencies.
3296
'import TestRenderer fr' +
3297
- "om react-test-renderer';\n" +
+ "om 'react-test-renderer';\n" +
3298
'const {act} = TestRenderer;\n' +
3299
'// ...\n' +
3300
'act(() => ...);',
0 commit comments