iletişis
Build Error
Failed to compile
Next.js (14.2.25) is outdated (learn more)
./components/dynamic-page-content.tsx
'client-only' cannot be imported from a Server Component module. It should only be used from a Client Component.
The error was caused by using 'styled-jsx' in './components/dynamic-page-content.tsx'. It only works in a Client Component but none of its parents are marked with "use client", so they're Server Components by default.
Import trace for requested module:
./components/dynamic-page-content.tsx
./app/[locale]/hakkimizda/page.tsx
