Skip to content

Commit 99acfb9

Browse files
committed
Temporarily diverge forks to test CI check
1 parent 831543b commit 99acfb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
import type {FiberRoot, ReactPriorityLevel} from './ReactInternalTypes';
1111

12+
// FIXME: Temporarily added this comment, only to the new reconciler, to test
13+
// that CI fails properly.
14+
1215
// TODO: Ideally these types would be opaque but that doesn't work well with
1316
// our reconciler fork infra, since these leak into non-reconciler packages.
1417
export type LanePriority =

0 commit comments

Comments
 (0)