mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
6e40fbd495
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`
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
export default function Page(props) {
|
|
return <p>is server {typeof window}</p>
|
|
}
|