Passing Server Components inside Server Components
Unanswered
Pteromalid wasp posted this in #help-forum
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
can someone please help me with what am I doing wrong here
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, keycan someone please help me with what am I doing wrong here