Open johackim opened 1 month ago
Hi, I'm unable to reproduce this on Chrome version 130.0.6723.59
. Can you share a bit more information about what version of Chrome you're using? Could you also ensure that you don't have any extensions enabled or experimental Chrome features?
Hello @ztanner, thanks for your answer.
My version of chrome is 130.0.6723.58
.
I have nothing but a fresh setup of Chrome:
google-chrome-stable --user-data-dir=/tmp/chrome
Actually, it seems to work with the new version 130.0.6723.69
. Maybe a Chrome bug.
I have this same issue in Chrome and with Edge too, seems to happen only when I use the Link component, I'm on the bottom of the page, and the page is considerably longer than the page I'm navigating to... the bug behaviour it's pretty consistent even in a fresh Next app
Edit: After update Chrome to 130.0.6723.70
seems to work fine, bug is persistent in Edge 130.0.2849.52
thought
Link to the code that reproduces this issue
https://github.com/johackim/my-minimal-nextjs-issue-reproduction/
To Reproduce
git clone https://github.com/johackim/my-minimal-nextjs-issue-reproduction/
yarn
npm run dev
Current vs. Expected behavior
Old page content remains visible below new page after navigation in next.js on Chrome/Chromium :
https://github.com/user-attachments/assets/971bba77-c449-42e0-b701-aa0fed70e291
Provide environment information
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local)
Additional context
No response