mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
77c8677e58
* Fix SSR error handling. * Remove unwanted console.logs * Fix a typo. * Fix current tests. * Add a new test case for this case. * Error should only be logged if it is not a 404
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
export default () => {
|
|
throw new Error('This is an expected error')
|
|
}
|