Version 14 Error: Minified React error #130; in Chrome #80359
Replies: 1 comment 2 replies
-
Hi, This may happen with some browser extensions. Could you verify this in incognito mode, or in another browser? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Link to the code that reproduces this issue
https://github.com/
To Reproduce
Bootstrap an empty nextjs project using version 14, go to main page and read browser console.
Current vs. Expected behavior
Current: Getting Error: Minified React error #130
Expected: No Error
Provide environment information
Operating System: Platform: win32 Arch: x64 Version: Windows 11 Pro Available memory (MB): 65240 Available CPU cores: 20 Binaries: Node: 20.11.0 npm: N/A Yarn: N/A pnpm: N/A Relevant Packages: next: 14.2.29 // An outdated version detected (latest is 15.3.3), upgrade is highly recommended! eslint-config-next: 14.2.29 react: 18.3.1 react-dom: 18.3.1 typescript: 5.8.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next dev (local), Other (Deployed)
Additional context
I am having an empty nextjs project created using
npx create-next-app@14
, the next version is 14.2.29 and in dev and prod i get this error on the front pageObservation: No Link to the code that reproduces this issue needed it is just an empty project.
Beta Was this translation helpful? Give feedback.
All reactions