Ship partial-prerendering APIs to Canary (#34633)

This commit is contained in:
Sebastian "Sebbie" Silbermann
2025-10-01 18:22:30 +02:00
committed by GitHub
parent 548235db10
commit 1bd1f01f2a
56 changed files with 233 additions and 253 deletions

View File

@@ -133,7 +133,7 @@ async function renderApp(res, returnValue, formState, noCache, debugChannel) {
}
async function prerenderApp(res, returnValue, formState, noCache) {
const {unstable_prerenderToNodeStream: prerenderToNodeStream} = await import(
const {prerenderToNodeStream} = await import(
'react-server-dom-webpack/static'
);
// const m = require('../src/App.js');