We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05137bb commit b1636f3Copy full SHA for b1636f3
packages/react-dom-bindings/src/server/ReactFlightServerConfigDOM.js
@@ -75,7 +75,7 @@ export function createRootFormatContext(): FormatContext {
75
}
76
77
function processImg(props: Object, formatContext: FormatContext): void {
78
- // This should mirror the login of pushImg in ReactFizzConfigDOM.
+ // This should mirror the logic of pushImg in ReactFizzConfigDOM.
79
const pictureOrNoScriptTagInScope =
80
formatContext & (PICTURE_SCOPE | NOSCRIPT_SCOPE);
81
const {src, srcSet} = props;
0 commit comments