rsnext/errors/reserved-page-prop.mdx
Delba de Oliveira 44d1a1cb15
docs: Migrate error messages to MDX and App Router. (#52038)
This PR is part of a larger effort to migrate error messages to MDX and
use App Router: https://github.com/vercel/front/pull/23459
2023-07-05 06:11:16 -07:00

11 lines
298 B
Text

---
title: Reserved Page Prop
---
## Why This Error Occurred
In a page's `getInitialProps` a reserved prop was returned. Currently the only reserved page prop is `url` for legacy reasons.
## Possible Ways to Fix It
Change the name of the prop returned from `getInitialProps` to any other name.