next.js/test/integration/hydration/pages/404.js
404.js7 lines125 B
export default () => {
  if (typeof window !== 'undefined') {
    window.didHydrate = true
  }
  return 'oops thats a 404'
}
Quest for Codev2.0.0
/
SIGN IN