React doesn't support Suspense in renderToString and Svelte's SSR rendering is synchronous, this results in:
The server did not finish this Suspense boundary: 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 "renderToPipeableStream" which supports Suspense on the server.
React doesn't support Suspense in
renderToStringand Svelte's SSR rendering is synchronous, this results in: