Open HosseinAgha opened 11 months ago
To Reproduce Steps to reproduce the behavior:
Expected behavior Next.js 14+ components are RSCs by default. It should work with both client components and server components.
Additional context This looks like a React issue as __debugSource and __debugOwner are always null for RSCs.
__debugSource
__debugOwner
To Reproduce Steps to reproduce the behavior:
Expected behavior Next.js 14+ components are RSCs by default.
It should work with both client components and server components.
Additional context This looks like a React issue as
__debugSource
and__debugOwner
are always null for RSCs.