♫
📌 canary ▾
next.js
/
test
/
development
/
basic
/
hmr
/
pages
/
hydration-error.js
hydration-error.js
4 lines
82 B
export
default
function
Page
(props)
{
return
<
p
>is server
{typeof
window
}
</
p
>
}
v2.0.0
/
Go
SIGN IN