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 0e08c06 commit 9970fd2Copy full SHA for 9970fd2
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js
@@ -2872,7 +2872,7 @@ function adoptPreloadPropsForScript(
2872
if (scriptProps.referrerPolicy == null)
2873
scriptProps.referrerPolicy = preloadProps.referrerPolicy;
2874
if (scriptProps.integrity == null)
2875
- scriptProps.referrerPolicy = preloadProps.integrity;
+ scriptProps.integrity = preloadProps.integrity;
2876
}
2877
2878
type KeyedTagCache = Map<string, Array<Element>>;
0 commit comments