Thanks to visit codestin.com Credit goes to github.com
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://codesandbox.io/p/devbox/pedantic-aj-dgry4w?workspaceId=ws_X5ioCfD3ad1j2YXggVVUif
Start dev server, go to /
Current: TypeError: Cannot add property rel, object is not extensible, page crashes
TypeError: Cannot add property rel, object is not extensible
Expected: extend icons without error
Operating System: Platform: linux Arch: x64 Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023 Available memory (MB): 4242 Available CPU cores: 2 Binaries: Node: 20.9.0 npm: 9.8.1 Yarn: 1.22.19 pnpm: 8.10.2 Relevant Packages: next: 15.3.1-canary.0 // Latest available version is detected (15.3.1-canary.0). eslint-config-next: N/A react: 19.0.0 react-dom: 19.0.0 typescript: 5.3.3 Next.js Config: output: N/A
Metadata
next dev (local), next start (local)
Error happens after upgrade to 15.3
The text was updated successfully, but these errors were encountered:
We're running into the same issue, it happens even if you just return parentMeta in page.tsx.
return parentMeta
Sorry, something went wrong.
No branches or pull requests
Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/pedantic-aj-dgry4w?workspaceId=ws_X5ioCfD3ad1j2YXggVVUif
To Reproduce
Start dev server, go to /
Current vs. Expected behavior
Current:
TypeError: Cannot add property rel, object is not extensible
, page crashesExpected: extend icons without error
Provide environment information
Operating System: Platform: linux Arch: x64 Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023 Available memory (MB): 4242 Available CPU cores: 2 Binaries: Node: 20.9.0 npm: 9.8.1 Yarn: 1.22.19 pnpm: 8.10.2 Relevant Packages: next: 15.3.1-canary.0 // Latest available version is detected (15.3.1-canary.0). eslint-config-next: N/A react: 19.0.0 react-dom: 19.0.0 typescript: 5.3.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Metadata
Which stage(s) are affected? (Select all that apply)
next dev (local), next start (local)
Additional context
Error happens after upgrade to 15.3
The text was updated successfully, but these errors were encountered: