mirror of
https://github.com/facebook/react.git
synced 2026-02-21 19:31:52 +00:00
Ship partial-prerendering APIs to Canary (#34633)
This commit is contained in:
committed by
GitHub
parent
548235db10
commit
1bd1f01f2a
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user