Skip to content

Commit

Permalink
Remove extra Server Context argument (#24683)
Browse files Browse the repository at this point in the history
This was left over from a refactor.
  • Loading branch information
sebmarkbage committed Jun 7, 2022
1 parent 3bb154b commit 7e8a020
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -36,7 +36,6 @@ function renderToPipeableStream(
model: ReactModel,
webpackMap: BundlerConfig,
options?: Options,
context?: Array<[string, ServerContextJSONValue]>,
): PipeableStream {
const request = createRequest(
model,
Expand Down

0 comments on commit 7e8a020

Please sign in to comment.