♫
📌 canary ▾
next.js
/
test
/
development
/
app-dir
/
hydration-error-count
/
app
/
bad-nesting
/
page.tsx
page.tsx
10 lines
99 B
'use client'
export
default
function
Page
()
{
return
(
<
p
>
<
p
>nest</
p
>
</
p
>
)
}
v2.0.0
/
Go
SIGN IN