We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7817ea5 commit 471c13bCopy full SHA for 471c13b
packages/react-server/src/forks/ReactFlightServerConfig.dom-legacy.js
@@ -11,10 +11,6 @@ import type {Request} from 'react-server/src/ReactFlightServer';
11
import type {ReactComponentInfo} from 'shared/ReactTypes';
12
import type {ReactClientValue} from 'react-server/src/ReactFlightServer';
13
14
-// Used to distinguish these contexts from ones used in other renderers.
15
-// E.g. this can be used to distinguish legacy renderers from this modern one.
16
-export const isPrimaryRenderer = true;
17
-
18
export type HintCode = string;
19
export type HintModel<T: HintCode> = null; // eslint-disable-line no-unused-vars
20
export type Hints = null;
0 commit comments