We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8deb0 commit 9a25916Copy full SHA for 9a25916
packages/react-server-dom-relay/src/ReactServerStreamConfigFB.js
@@ -17,6 +17,8 @@ export type Destination = {
17
export type PrecomputedChunk = string;
18
export type Chunk = string;
19
20
+export const isPrimaryStreamConfig = true;
21
+
22
export function scheduleWork(callback: () => void) {
23
// We don't schedule work in this model, and instead expect performWork to always be called repeatedly.
24
}
0 commit comments