-
Notifications
You must be signed in to change notification settings - Fork 879
refactor(render): deduplicate code #2750
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
base: canary
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 11 files
this makes sure we don't fix a portion of the code but still have some other place that's broken
Summary by cubic
Deduplicates the render pipeline and unifies stream decoding across environments, fixing multi‑byte character issues and making error handling consistent. This reduces repeated code in browser, edge, and node paths.
Refactors
Bug Fixes
Written for commit 2139b56. Summary will update automatically on new commits.