Skip to content

Commit 31d9165

Browse files
authored
[Fizz] Rename ReactFizzContext to ReactFizzLegacyContext (#33649)
#33622 forgot these.
1 parent 9406162 commit 31d9165

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/react-server/src/ReactFizzClassComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @flow
88
*/
99

10-
import {emptyContextObject} from './ReactFizzContext';
10+
import {emptyContextObject} from './ReactFizzLegacyContext';
1111
import {readContext} from './ReactFizzNewContext';
1212

1313
import {disableLegacyContext} from 'shared/ReactFeatureFlags';
File renamed without changes.

packages/react-server/src/ReactFizzServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ import {
108108
getMaskedContext,
109109
processChildContext,
110110
emptyContextObject,
111-
} from './ReactFizzContext';
111+
} from './ReactFizzLegacyContext';
112112
import {
113113
readContext,
114114
rootContextSnapshot,

0 commit comments

Comments
 (0)