♫
📌 canary ▾
next.js
/
test
/
development
/
app-dir
/
devtool-copy-button
/
app
/
page.tsx
page.tsx
5 lines
89 B
export
default
function
Page
()
{
throw
new
Error
(
'oops'
)
return
<
p
>hello world</
p
>
}
v2.0.0
/
Go
SIGN IN