Open mhshahidf opened 1 month ago
The re-rendering issue is related to the current implementation of AI SDK RSC. We are planning a migration: https://github.com/miurla/morphic/issues/368
This issue should be resolved once the migration is completed.
Is there an existing issue for this?
Vercel Runtime Logs
Current Behavior
On the Search page when Answer Section has finished loading and the Related Section is streaming it also rerenders and show loader on Answer section.
Expected Behavior
Only the current streaming section should show the loader.
Steps To Reproduce
Environment
Anything else?
Please let me know if anyone is facing or had faced this issue and what was the solution to it. I already looked into the AnswerSection and SearchRelated sections component and other required components but didn't found the issue. Streaming code base Seems confusing.