Next.js Discord

Discord Forum

Passing Server Components inside Server Components

Unanswered
Pteromalid wasp posted this in #help-forum
Open in Discord
Pteromalid waspOP
Hey guys, I have a page.tsx in which I am importing a component which is supposed to be a server component with some api calls but getting this error

ComponentName cannot be used as a JSX component.
   

Its return type 
 is not a valid JSX element.
              Type 
 is missing the following properties from type 
 : type, props, key


can someone please help me with what am I doing wrong here

0 Replies