Closed
Description
Describe the bug
When I run this locally, page is rendered as HTML with the suspense boundary as "Loading..." then the promise resolves on the server and is streamed to the client, and the "Loading..." changes to "Hello World".
On stackblitz though, no data is sent until the entire response is done (and so you see no "Loading..." state)
Link to the blitz that caused the error
Steps to reproduce
- Open the linked blits
- Load the index route
Expected behavior
See a Loading... message, and then this changes to "Data: Hello World"
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
No response
Platform
Browser name = Chrome
Full version = 110.0.0.0
Major version = 110
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 83867546,
"usedJSHeapSize": 82016534,
"jsHeapSizeLimit": 4294705152
}
Hash = 927bd077ab89da68c6338c4363cc22e79cccb4ef
Additional context
No response