You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a bug in Next.js, as this check is not legitimate, since pageProps may not exist in the hydrateProps if the application was wrapped with old-style _app.
Describe the bug
Next team has changed the codebase in 9.5.0. They added a check for pageProps in client code.
When _error page is opened, next _error page will throw:
on this line.
To Reproduce
https://codesandbox.io/s/blissful-wave-lpxv9
I also created a repo: https://github.com/skoob13/next-redux-wrapper/commit/2b106126659195b79725d2d7f321ae4794d8a3c3.
Steps to reproduce:
Expected behavior
Error page should open.
The text was updated successfully, but these errors were encountered: