next.js/test/development/basic/hmr/pages/hydration-error.js
hydration-error.js4 lines82 B
export default function Page(props) {
  return <p>is server {typeof window}</p>
}
Quest for Codev2.0.0
/
SIGN IN