Skip to content

Commit 9a25916

Browse files
committed
Fix export
1 parent 4a8deb0 commit 9a25916

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-server-dom-relay/src/ReactServerStreamConfigFB.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export type Destination = {
1717
export type PrecomputedChunk = string;
1818
export type Chunk = string;
1919

20+
export const isPrimaryStreamConfig = true;
21+
2022
export function scheduleWork(callback: () => void) {
2123
// We don't schedule work in this model, and instead expect performWork to always be called repeatedly.
2224
}

0 commit comments

Comments
 (0)