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