We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/lukasb/error-repro
For pages router: Current: ErrorBoundary is shown Expected: ErrorBoundary is not shown, since error was caught
For app router: Current: "1 error" badge shown Expected: no badge shown, since error was caught
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:15 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6000 Available memory (MB): 16384 Available CPU cores: 10 Binaries: Node: 20.18.1 npm: 10.8.2 Yarn: 1.22.5 pnpm: 9.4.0 Relevant Packages: next: 15.1.4 // There is a newer version (15.1.6) available, upgrade recommended! eslint-config-next: 15.1.4 react: 18.3.1 react-dom: 18.3.1 typescript: 5.7.3 Next.js Config: output: N/A
Pages Router
next dev (local)
see investigation and patches by @icyJoseph here: #75060 (reply in thread)
The text was updated successfully, but these errors were encountered:
Hey can I pick this up?
Sorry, something went wrong.
No branches or pull requests
Link to the code that reproduces this issue
https://github.com/lukasb/error-repro
To Reproduce
Current vs. Expected behavior
For pages router:
Current: ErrorBoundary is shown
Expected: ErrorBoundary is not shown, since error was caught
For app router:
Current: "1 error" badge shown
Expected: no badge shown, since error was caught
Provide environment information
Which area(s) are affected? (Select all that apply)
Pages Router
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
see investigation and patches by @icyJoseph here: #75060 (reply in thread)
The text was updated successfully, but these errors were encountered: