Remove extra Server Context argument (#24683)

This was left over from a refactor.
This commit is contained in:
Sebastian Markbåge
2022-06-07 15:12:51 -04:00
committed by GitHub
parent 3bb154bbab
commit 7e8a020a4a
@@ -36,7 +36,6 @@ function renderToPipeableStream(
model: ReactModel,
webpackMap: BundlerConfig,
options?: Options,
context?: Array<[string, ServerContextJSONValue]>,
): PipeableStream {
const request = createRequest(
model,