node icon indicating copy to clipboard operation
node copied to clipboard

SWC + next.js + Node.js v22.7

Open RaenonX opened this issue 6 months ago • 8 comments

Version

v22.7

Platform

Microsoft Windows NT 10.0.22631.0 x64

Subsystem

No response

What steps will reproduce the bug?

  1. Create a next.js app
  2. Run next dev
  3. (Failed)

How often does it reproduce? Is there a required condition?

Deterministic (everytime).

What is the expected behavior? Why is that the expected behavior?

No error.

What do you see instead?

For others: https://github.com/vercel/next.js/issues/69150 (the actual repo that I realized it's 22.7 release breaking it).

For myself, my CI starts deterministically failing on Aug. 21 (22.7 release date), and the error (One of the failed CI) is always the same of saying "invalid unicode code point."

Additional information

No response

RaenonX avatar Aug 24 '24 03:08 RaenonX