next.js/test/e2e/app-dir/server-source-maps/fixtures/default/app/ssr-throw/Thrower.js
Thrower.js10 lines117 B
'use client'

function throwError() {
  throw new Error('ssr-throw')
}

export function Thrower() {
  throwError()
}
Quest for Codev2.0.0
/
SIGN IN