react-code-dataset / next.js /test /development /app-dir /externalize-node-binary-browser-error /app /page.tsx
| 'use client' | |
| import { foo } from 'foo-browser-import-binary' | |
| export default function Page() { | |
| return <p>{foo()}</p> | |
| } | |
| 'use client' | |
| import { foo } from 'foo-browser-import-binary' | |
| export default function Page() { | |
| return <p>{foo()}</p> | |
| } | |