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
stacked on #26753
Adds support for preloading bootstrapModules. We don't yet support
modules in Float's public interface but this implementation should be
compatible with what we do when we add it.
DiffTrain build for [ae31d2e](ae31d2e)
@@ -3949,7 +3941,7 @@ function renderToStringImpl(
3949
3941
fontPreloads: newSet(),
3950
3942
precedences: newMap(),
3951
3943
stylePrecedences: newMap(),
3952
-
usedStylesheets: newSet(),
3944
+
usedStylesheets: newMap(),
3953
3945
scripts: newSet(),
3954
3946
usedScripts: newSet(),
3955
3947
explicitStylesheetPreloads: newSet(),
@@ -4016,4 +4008,4 @@ exports.renderToString = function (children, options) {
4016
4008
'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'
@@ -3847,7 +3839,7 @@ function renderToStringImpl(
3847
3839
fontPreloads: newSet(),
3848
3840
precedences: newMap(),
3849
3841
stylePrecedences: newMap(),
3850
-
usedStylesheets: newSet(),
3842
+
usedStylesheets: newMap(),
3851
3843
scripts: newSet(),
3852
3844
usedScripts: newSet(),
3853
3845
explicitStylesheetPreloads: newSet(),
@@ -3914,4 +3906,4 @@ exports.renderToString = function (children, options) {
3914
3906
'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