Skip to content

Commit 7e8a020

Browse files
authored
Remove extra Server Context argument (#24683)
This was left over from a refactor.
1 parent 3bb154b commit 7e8a020

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-server-dom-webpack/src/ReactFlightDOMServerNode.js

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ function renderToPipeableStream(
3636
model: ReactModel,
3737
webpackMap: BundlerConfig,
3838
options?: Options,
39-
context?: Array<[string, ServerContextJSONValue]>,
4039
): PipeableStream {
4140
const request = createRequest(
4241
model,

0 commit comments

Comments
 (0)