Skip to content

Commit d64fe0f

Browse files
committed
Add missing debugChannel option to Options type
1 parent 87f2b0c commit d64fe0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-server-dom-turbopack/src/client/ReactFlightDOMClientEdge.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ export type Options = {
7878
findSourceMapURL?: FindSourceMapURLCallback,
7979
replayConsoleLogs?: boolean,
8080
environmentName?: string,
81+
// For the Edge client we only support a single-direction debug channel.
82+
debugChannel?: {readable?: ReadableStream, ...},
8183
};
8284

8385
function createResponseFromOptions(options: Options) {

0 commit comments

Comments
 (0)