-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix renderToStream #200
Merged
Merged
Fix renderToStream #200
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… into fix-render-to-lwt-stream * 'main' of github.com:ml-in-barcelona/server-reason-react: Run extract-client-components as an esbuild plugin (#199)
davesnx
force-pushed
the
fix-render-to-lwt-stream
branch
from
January 21, 2025 12:45
2638785
to
db96053
Compare
davesnx
force-pushed
the
fix-render-to-lwt-stream
branch
from
January 21, 2025 12:56
db96053
to
d715f77
Compare
pedrobslisboa
added a commit
that referenced
this pull request
Jan 24, 2025
…essions * origin/main: Fix renderToStream (#200) Run extract-client-components as an esbuild plugin (#199) delete rfc for manifest rewrite demo names for files Automatic bootstrap generation and fix some client props (#198) Generate boostrap.js file with client component refs (#193) feat: upgrade ocamlformat to 0.27.0 (#197) RSC syntax ppx (#196) Add test for promise value Add test for props as a children
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ensure renderToStream can handle suspense + React.use + async components. Before toplevel wasn't awaiting and this PR solves this and handles errors.