next.js/test/e2e/app-dir/taint/app/error.tsx
error.tsx6 lines123 B
'use client'

export default function ErrorComponent({ error }) {
  return <h1 id="error-component">{error.message}</h1>
}
Quest for Codev2.0.0
/
SIGN IN