Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error if we can't complete the root synchronously
Maybe this should always error but in the async forms we can just delay the stream until it resolves so it does have some useful semantics. In the synchronous form it's never useful though. I'm mostly adding the error because we're testing this behavior for renderToString specifically.
- Loading branch information