react-code-dataset
/
next.js
/test
/development
/app-dir
/hydration-error-count
/app
/bad-nesting
/page.tsx
| 'use client' | |
| export default function Page() { | |
| return ( | |
| <p> | |
| <p>nest</p> | |
| </p> | |
| ) | |
| } | |