File tree Expand file tree Collapse file tree 2 files changed +0
-38
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,6 @@ import type {FiberRoot} from './ReactInternalTypes';
11
11
12
12
// TODO: Ideally these types would be opaque but that doesn't work well with
13
13
// our reconciler fork infra, since these leak into non-reconciler packages.
14
- export type LanePriority =
15
- | 0
16
- | 1
17
- | 2
18
- | 3
19
- | 4
20
- | 5
21
- | 6
22
- | 7
23
- | 8
24
- | 9
25
- | 10
26
- | 11
27
- | 12
28
- | 13
29
- | 14
30
- | 15
31
- | 16
32
- | 17 ;
33
14
34
15
export type Lanes = number ;
35
16
export type Lane = number ;
Original file line number Diff line number Diff line change @@ -11,25 +11,6 @@ import type {FiberRoot} from './ReactInternalTypes';
11
11
12
12
// TODO: Ideally these types would be opaque but that doesn't work well with
13
13
// our reconciler fork infra, since these leak into non-reconciler packages.
14
- export type LanePriority =
15
- | 0
16
- | 1
17
- | 2
18
- | 3
19
- | 4
20
- | 5
21
- | 6
22
- | 7
23
- | 8
24
- | 9
25
- | 10
26
- | 11
27
- | 12
28
- | 13
29
- | 14
30
- | 15
31
- | 16
32
- | 17 ;
33
14
34
15
export type Lanes = number ;
35
16
export type Lane = number ;
You can’t perform that action at this time.
0 commit comments