Skip to content

Commit a2309b8

Browse files
committed
Fix lint
1 parent 9a1459d commit a2309b8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ import {
9191
clearContainer,
9292
getCurrentEventPriority,
9393
supportsMicrotasks,
94-
scheduleMicrotask,
9594
} from './ReactFiberHostConfig';
9695

9796
import {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ import {
9191
clearContainer,
9292
getCurrentEventPriority,
9393
supportsMicrotasks,
94-
scheduleMicrotask,
9594
} from './ReactFiberHostConfig';
9695

9796
import {

0 commit comments

Comments
 (0)