next.js/test/e2e/app-dir/server-source-maps/fixtures/edge/app/rsc-throw/page.js
page.js9 lines122 B
function throwError() {
  throw new Error('rsc-throw')
}

export default function Page() {
  throwError()
  return null
}
Quest for Codev2.0.0
/
SIGN IN