You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2088,7 +2089,8 @@ function internalPreinitScript(resources, src, integrity) {
2088
2089
pushScriptImpl(resource.chunks,{
2089
2090
async: !0,
2090
2091
src: src,
2091
-
integrity: integrity
2092
+
integrity: integrity,
2093
+
nonce: nonce
2092
2094
}));
2093
2095
}
2094
2096
functionpreloadAsStylePropsFromProps(href,props){
@@ -2139,6 +2141,7 @@ function createResponseState(
2139
2141
preloadChunks: [],
2140
2142
hoistableChunks: [],
2141
2143
stylesToHoist: !1,
2144
+
nonce: void0,
2142
2145
generateStaticMarkup: generateStaticMarkup
2143
2146
};
2144
2147
}
@@ -3974,4 +3977,4 @@ exports.renderToString = function (children, options) {
3974
3977
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
@@ -2086,7 +2087,8 @@ function internalPreinitScript(resources, src, integrity) {
2086
2087
pushScriptImpl(resource.chunks,{
2087
2088
async: !0,
2088
2089
src: src,
2089
-
integrity: integrity
2090
+
integrity: integrity,
2091
+
nonce: nonce
2090
2092
}));
2091
2093
}
2092
2094
functionpreloadAsStylePropsFromProps(href,props){
@@ -2137,6 +2139,7 @@ function createResponseState(
2137
2139
preloadChunks: [],
2138
2140
hoistableChunks: [],
2139
2141
stylesToHoist: !1,
2142
+
nonce: void0,
2140
2143
generateStaticMarkup: generateStaticMarkup
2141
2144
};
2142
2145
}
@@ -3871,4 +3874,4 @@ exports.renderToString = function (children, options) {
3871
3874
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
0 commit comments