Issue when navigating between pages?
When navigating between pages, some pages are just blank?
Stackblitz:
https://stackblitz.com/~/github.com/STNeto1/streaming-demo?file=src/routes/index.tsx
Repo:
https://github.com/stneto1/streaming-demo
How to reproduce
1. open the app, wait for page to load
2. click the about link and later click the index link again
3. should work just fine
4. add the Component2 on the index page
5. the index page should be blank after navigating to about page and index again
1 Reply
found the issue, i was importing
node:timers/promises
in a client components but no issue was warned after ssr'ing
vite stubbed out but no issue was thrown to look at