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
6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
aa = 10 //eslint-disable-line
|
|
|
|
export default () => (
|
|
<div>Hello</div>
|
|
)
|