forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 8578038
Change _error.js example to use
The `jsonPageRes` isn't always there, whereas `err` is, and when used,
provides a consistent statusCode in the client when compared to the
server.err
prop (vercel#3197)1 parent 741f211 commit 8578038
1 file changed
+2
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
849 | 849 |
| |
850 | 850 |
| |
851 | 851 |
| |
852 | - | ||
853 | - | ||
854 | - | ||
855 | - | ||
852 | + | ||
853 | + | ||
856 | 854 |
| |
857 | 855 |
| |
858 | 856 |
| |
|
0 commit comments