nextjs - 💡(How to fix) Fix After updating Next.js and React to address CVE-2026-23869, we encountered unexpected issues with the UI. [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
vercel/next.js#93118Fetched 2026-04-23 07:21:53
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
closed ×1commented ×1issue_type_added ×1labeled ×1

Code Example

"next": "15.1.12""next": "15.5.15",
"react": "19.0.4""react": "19.0.5",
RAW_BUFFERClick to expand / collapse

Link to the code that reproduces this issue

https://www.alba.co.jp/articles/category/golf-life/post/ha7_78sloklq/photo/?id=nQ5DSJpU0dge1V1Zaw6V

To Reproduce

After upgrading to Next.js 15.5.15, the <Link scroll={false}> tag no longer works as expected, causing the scroll position to return to the top

Open the URL and click the “Next” icon multiple times. However, since we implemented a fix after 2:00 PM JST on April 22, the issue may no longer occur.

This issue occurs intermittently depending on the browser, device, and timing (e.g., it was happening in Chrome until two days ago, but not today...).

<img width="1274" height="800" alt="Image" src="https://github.com/user-attachments/assets/ecbe681c-dc2b-48f1-b7b8-f4c61c32e13b" />

Current vs. Expected behavior

The photos slide while keeping the scroll position fixed

Provide environment information

"next": "15.1.12""next": "15.5.15",
"react": "19.0.4""react": "19.0.5",

Which area(s) are affected? (Select all that apply)

Not sure

Which stage(s) are affected? (Select all that apply)

Other (Deployed)

Additional context

No response

extent analysis

TL;DR

Downgrade Next.js to a version prior to 15.5.15 or wait for a patch release that addresses the <Link scroll={false}> issue.

Guidance

  • Verify the issue by checking if the problem persists in different browsers and devices, as it is reported to be intermittent.
  • Test the application with the previous version of Next.js (15.1.12) to confirm if the issue is indeed caused by the upgrade to 15.5.15.
  • Consider opening an issue on the Next.js GitHub repository to report the problem and get an official fix or workaround.
  • Monitor the Next.js release notes for a future patch that may address this issue.

Notes

The provided information suggests that the issue may have been fixed after 2:00 PM JST on April 22, but it is unclear if this fix is available in a public release.

Recommendation

Apply workaround: Downgrade Next.js to a version prior to 15.5.15, as this is the most straightforward way to resolve the issue until a patch release is available.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING