mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7508dcd5cc
Previously it was possible to postpone in the shell during a prerender and then during a resume the bootstrap scripts would not be emitted leading to no hydration on the client. This change moves the bootstrap configuration to `ResumableState` where it can be serialized after postponing if it wasn't flushed as part of the static shell.