https://stackblitz.com/edit/solidjs-templates-nv2dc94e?file=src%2Froutes%2FHome.tsx
Server Portal is throw new Error("Portal is not supported on the server"); 1.x rendered "" (no-op, confirmed against 1.x dist). Any isomorphic tree with a modal/tooltip crashes renderToString/renderToStream, or — worse — bakes the Errored fallback into the streamed HTML while a pure client render shows the app.
Server: packages/solid-web/server/index.ts:128-130. Client: packages/solid-web/src/index.ts:209-262. Minimum fix: 1.x no-op + client-side hydration skip.
https://stackblitz.com/edit/solidjs-templates-nv2dc94e?file=src%2Froutes%2FHome.tsx
Server Portal is throw new Error("Portal is not supported on the server"); 1.x rendered "" (no-op, confirmed against 1.x dist). Any isomorphic tree with a modal/tooltip crashes renderToString/renderToStream, or — worse — bakes the Errored fallback into the streamed HTML while a pure client render shows the app.
Server: packages/solid-web/server/index.ts:128-130. Client: packages/solid-web/src/index.ts:209-262. Minimum fix: 1.x no-op + client-side hydration skip.