next.js/test/e2e/app-dir/use-cache-hanging-inputs/app/error/page.tsx
page.tsx8 lines98 B
'use cache'

export default async function Page() {
  throw new Error('kaputt!')

  return null
}
Quest for Codev2.0.0
/
SIGN IN