Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RSC stream parsing to handle incomplete chunks
- Introduce `lastIncompleteChunk` to preserve partial JSON data between stream reads - Ensure complete JSON chunks are processed by splitting on newlines - Handle cases where the last chunk is not terminated with a newline
- Loading branch information