79475869

Date: 2025-02-28 14:41:50
Score: 1.5
Natty:
Report link

This issue exists when you try to run client component in server components without defining 'use client' in it

suppose you have -layout ( server component ) -page ( server component ) -page-component ( client component without defining 'use client')

and when you call 'page-component.tsx' in layout or page component it doesn't work well

if you didn't understand let me know

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anish Ali