rsnext/errors/reserved-page-prop.mdx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
298 B
Text
Raw Permalink Normal View History

---
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.