mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove extra Server Context argument (#24683)
This was left over from a refactor.
This commit is contained in:
@@ -36,7 +36,6 @@ function renderToPipeableStream(
|
||||
model: ReactModel,
|
||||
webpackMap: BundlerConfig,
|
||||
options?: Options,
|
||||
context?: Array<[string, ServerContextJSONValue]>,
|
||||
): PipeableStream {
|
||||
const request = createRequest(
|
||||
model,
|
||||
|
||||
Reference in New Issue
Block a user