Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify that streaming is blocked on generateMetadata for initial load (
#71985) The initial load, `generateMetadata` needs to block the streaming for 2 reasons: 1. You want the ability to respond the HTML with special status code based on the `notFound` / `redirect` call inside `generateMetadata`. You cannot do that in out-of-order streaming, hence blocking the streaming. 2. SEO
- Loading branch information