Files
vercel__next.js/test/development/basic/hmr/pages/hydration-error.js
JJ Kasper 6e40fbd495 Ensure hydration error doc link is shown with react 18 (#37074)
Follow-up to https://github.com/vercel/next.js/pull/31519 this ensures the error link we added is shown with react 18 as well. 

## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
2022-05-20 19:04:27 +00:00

4 lines
82 B
JavaScript

export default function Page(props) {
return <p>is server {typeof window}</p>
}