Skip to content

Commit

Permalink
fix flag gating
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed Jan 12, 2023
1 parent 6e706ca commit 216c41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/server/ReactDOMFizzServerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function renderIntoDocumentAsPipeableStream(
let renderIntoDocumentAsPipeableStreamExport:
| void
| typeof renderIntoDocumentAsPipeableStream;
if (enableFizzIntoContainer) {
if (enableFizzIntoDocument) {
renderIntoDocumentAsPipeableStreamExport = renderIntoDocumentAsPipeableStream;
}

Expand Down

0 comments on commit 216c41c

Please sign in to comment.